Mike Siomkin
|
7b22ee8ecb
|
Add support of CAST(expression AS datatype(length))
CAST(expression AS datatype(length)) construction is a part of
ANSI SQL-92 standard. So we have to support it.
|
2020-06-16 22:39:00 +03:00 |
Mateo Gonzales Navarrete
|
4ca664cdd3
|
Assert nullable on columns->at(4). Assertion was being made twice at(3).
|
2020-05-25 15:04:39 -05:00 |
Tobias Nack
|
e8ce1c4caf
|
Add support to identify different set operators & allow chain of multiple set operators (#138)
|
2020-02-18 14:26:10 +01:00 |
Till Later
|
4b617bca96
|
Adds simple transaction commands (#137)
|
2020-01-14 13:21:19 +01:00 |
Daniel Lindner
|
e3cfc80975
|
Add COPY for import and export (#139)
|
2020-01-08 16:21:02 +01:00 |
mrks
|
a4703fec5b
|
Add DESCRIBE (#131)
|
2019-09-16 11:58:05 +02:00 |
d-justen
|
de4f81bb18
|
Support Create Table As Syntax (#127)
* support create table as select statement
* Generate bison code
* add test
|
2019-06-07 11:42:49 +02:00 |
mrks
|
62d162579a
|
Support escaped strings (e.g., 'Max O''Mustermann') (#104)
* Support escaped strings (e.g., 'Max O''Mustermann')
* review
|
2018-11-12 15:35:31 +01:00 |
mrks
|
f7bd4ee592
|
Support more of the CREATE TABLE command (#101)
* Support more of the CREATE TABLE command
* bison version
* build on nemea
* bla
* Check for flex version
|
2018-10-19 14:18:03 +02:00 |
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 |