Commit Graph

162 Commits

Author SHA1 Message Date
Pedro
7d1c56d0aa add astyle formatting 2016-02-27 15:01:06 +01:00
Pedro
57b8cdd31b adjust names of members 2016-02-27 14:45:59 +01:00
Pedro
3df367e668 renamed SQLStatementList to SQLParserResult and moved into separate file 2016-02-27 14:24:23 +01:00
Pedro Flemming
f98843a316 extended example code 2016-01-16 12:36:58 +01:00
Pedro Flemming
b2bfe2bb1c build fixes for OSX and clang. added make install task 2016-01-16 12:36:45 +01:00
Pedro
8b59940fa3 include bison and flex generated code in release 2015-12-23 17:02:45 +01:00
Pedro
3719745fb4 add cleanall task 2015-12-23 17:00:41 +01:00
Pedro Flemming
d5fad5ea56 Update README.md 2015-12-23 17:00:09 +01:00
Pedro Flemming
2ab7840cf7 Update README.md 2015-12-23 16:57:59 +01:00
Pedro
a378ec1faf Merge branch 'dynamic-library' of github.com:torpedro/sql-parser into dynamic-library 2015-12-23 16:47:09 +01:00
Pedro
81d34f823d added example of how to use the library 2015-12-23 16:47:04 +01:00
Pedro Flemming
3cdc0dfb8d Update README.md 2015-12-23 16:39:59 +01:00
Pedro
8f26c45c01 build tests with library 2015-12-23 16:14:39 +01:00
Pedro
5046c6477f restructured source code and build dynamic library 2015-12-23 16:01:08 +01:00
David Schwalb
53ce86f524 Merge pull request #11 from santazhang/fix-leak
fix memory leak in SQLStatementList
2015-11-01 15:00:40 +01:00
Santa Zhang
61a1e65319 fix memory leak in SQLStatementList 2015-10-30 22:25:26 -04:00
Pedro Flemming
b1622ce71d Update README.md 2015-08-28 13:50:53 +02:00
Pedro
770b76d354 updates to project Makefile regarding #10 2015-08-28 13:46:07 +02:00
Pedro Flemming
447197f62e Update README.md 2015-05-27 22:37:46 +02:00
Pedro Flemming
01f57dd0ef Update README.md 2015-05-27 22:30:44 +02:00
Pedro Flemming
4a9387174a Update README.md 2015-05-27 22:24:22 +02:00
Pedro
1aa2a62f22 removed deprecated lemon code and moved hyrise related files to subfolder 2015-05-27 22:18:47 +02:00
Pedro Flemming
d378c55fb4 Merge pull request #9 from santazhang/master
fix build on mac
2015-05-27 22:14:18 +02:00
Santa Zhang
c8b768e549 fix build on mac
* typedef unsigned int uint
  uint isn't a standard type - unsigned int is.

* add missing #include <string>
  clang on mac complains about this
2015-05-23 12:39:19 -04:00
Pedro Flemming
a69569dfb7 Update README.md
adds links to contributers
2015-04-17 10:20:34 +02:00
David Schwalb
d92caf2548 Update README.md 2015-04-15 09:18:40 +02:00
David Schwalb
6d3cd80452 adds license 2015-04-15 09:16:36 +02:00
Pedro
0a204d4afb minor changes 2015-02-04 19:11:01 +01:00
Pedro
9a0e87336c Merge branch 'master' of github.com:hyrise/sql-parser 2015-02-04 19:07:15 +01:00
Pedro
c0c39b8bec removed obsolete analysis code 2015-02-04 19:07:08 +01:00
Pedro Flemming
b71a74786c Update README.md 2015-01-26 20:50:54 +01:00
Pedro
ce5b78f79a Merge branch 'master' of github.com:hyrise/sql-parser 2015-01-26 20:50:05 +01:00
Pedro
1674f64910 updated docu 2015-01-26 20:50:01 +01:00
Pedro Flemming
ee2eebe75e Update README.md 2015-01-26 20:33:22 +01:00
Pedro
c1db8a3f4e updated docu 2015-01-26 20:30:53 +01:00
Pedro
93f2f52945 added benchmark script 2015-01-26 18:22:25 +01:00
Pedro
7ceaf2e9c1 improvements to frontend 2015-01-26 15:40:39 +01:00
Pedro
b262cf9fe6 improved frontend for benchmarking 2015-01-12 17:24:24 +01:00
Pedro
e7764eae7a added execution of selected text to frontend 2015-01-07 14:02:14 +01:00
Pedro
2f110b8168 implemented DEALLOCATE PREPARE 2015-01-07 13:42:11 +01:00
Pedro
ab9a85704f modification to prepare syntax 2015-01-07 13:24:39 +01:00
Pedro
c3ded749e6 execute fix 2015-01-06 20:26:55 +01:00
Pedro
d9e6712b64 destructor fix 2015-01-06 20:07:08 +01:00
Pedro
0c309ad658 minor doc changes 2015-01-06 20:01:10 +01:00
Pedro
71f9252019 removed List class wrapper and use simply std::vector throughout 2015-01-06 19:47:59 +01:00
Pedro
b5aba646d8 support for execute without parameter list added 2015-01-06 19:20:52 +01:00
Pedro
fed174a892 improved prepared statements 2015-01-06 15:29:18 +01:00
Pedro
8abfd6094e minor changes 2015-01-05 16:22:57 +01:00
Pedro
57b062f2b0 added distinct 2014-12-18 12:28:24 +01:00
Pedro
3c98fe1bae added having 2014-12-18 12:11:26 +01:00