Lawrence
|
77e396703f
|
Add stringLength information to hsql::Statement
|
2018-01-17 15:43:38 +01:00 |
Moritz Eyssen
|
aa4dc099a0
|
Add DropTableIfExistsStatementTest
|
2017-10-12 20:19:59 +02:00 |
Tim Zimmermann
|
0233f77cef
|
Add support for SHOW TABLES statement
|
2017-08-23 23:56:16 +02:00 |
Pedro Flemming
|
69d96061b2
|
Add tokenize method to SQLParser to output the list of tokens (#54)
Added tokenize benchmark. Restructured Makefile
|
2017-07-21 02:47:45 +02:00 |
Tim Zimmermann
|
6a05b8e94b
|
Add enum types for formerly 'simple' operands (#48)
* Add enum types for formerly 'simple' operands
* Use non-semantic names
* Formatting
* Add generated files
|
2017-06-29 13:40:24 +02:00 |
Pedro Flemming
|
1483a4a95a
|
Add Hints per statement to SQL syntax.
|
2017-06-06 22:15:19 +02:00 |
Pedro Flemming
|
0909c6a89a
|
Documentation & Result Move Constructor (#39)
Updates documentation, adds a move constructor to SQLParserResult, fixes compile-time warnings
|
2017-04-21 16:15:07 +02:00 |
Pedro Flemming
|
927c8ec40a
|
add tests and benchmarks for prepare and execute
|
2017-04-09 13:34:51 +02:00 |
Pedro Flemming
|
e94e80e674
|
add various utility methods to SQLParserResult like releaseStatements
|
2017-04-08 03:18:58 +02:00 |
Pedro Flemming
|
6b22e22162
|
update tests to use the new Parser interface
|
2017-04-07 16:26:00 +02:00 |
Pedro Flemming
|
e6cd70f029
|
move sqlhelper into util/. Add convenience methods
|
2017-04-07 15:47:51 +02:00 |
Pedro
|
36adab70c5
|
add 10 tpch style queries and test for them
|
2017-03-07 02:01:00 +01:00 |
Pedro
|
681fbe42d2
|
refactor tests to use the microtest framework
|
2017-02-10 21:41:34 +01:00 |
Pedro
|
69e9673763
|
fixed leaks triggered by sql_tests.cpp
|
2017-02-08 04:10:26 +01:00 |
Pedro
|
ec46b28f32
|
improved interface of SQLParserResult
|
2017-02-08 02:59:07 +01:00 |
Pedro
|
4632abf92d
|
change var names to camelCase
|
2016-02-27 15:22:22 +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
|
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 |