Commit Graph

14 Commits

Author SHA1 Message Date
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
Julian Menzler
6003ab58d1 Support WITH (#125)
* Add struct WithDescription in SelectStatement.h

* Add test for With statements

* Implement With draft

* tm

* Fix Grammar

* Fix commented code

* naming improvements

* naming improvements

* introduce memory leak1

* removed memory leak

* Create two WITH-tests

* Add bad queries reg. WITH
2019-05-24 16:42:28 +02:00
Leander Neiss
e0e58d0876 Allow Expressions in LIMIT and OFFSET. (#111)
* Allow Expressions in LIMIT and OFFSET.

* Make NULL distinguishable from nullptr (not present) for LIMIT and OFFSET.
2019-04-04 12:25:15 +02:00
mrks
c7980a0009
Fix include guard naming [-Wreserved-id-macro] (#99) 2018-09-29 10:38:29 +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
de48a0bafd adjust define guard namings 2017-04-06 18:27:47 +02:00
Pedro Flemming
7bce903eb8 fix various const constraints and comments 2017-04-06 17:42:46 +02:00
Pedro
f82504b319 Allow order by to define a list of expressions to order by 2017-03-07 02:30:44 +01:00
Pedro
28214e8043 change indent to spaces=2 and indent access modifiers. minor style changes 2017-02-08 02:16:52 +01:00
Pedro
8582c7f901 remove typedef enums and inline methods. 2017-02-08 02:02:30 +01:00
Pedro Flemming
0946624d54 moved implementations from header files to statements.cpp 2017-02-03 16:50:18 +01:00
Pedro
4632abf92d change var names to camelCase 2016-02-27 15:22:22 +01:00
Pedro
7d1c56d0aa add astyle formatting 2016-02-27 15:01:06 +01:00
Pedro
5046c6477f restructured source code and build dynamic library 2015-12-23 16:01:08 +01:00