Commit Graph

11 Commits

Author SHA1 Message Date
Falco Duersch
2ff32fbee3 Extend table alias with column renames: "AS tbl(c0, c1)" 2018-02-12 11:28:36 +01:00
javrucebo
66688f7199 Adjust Table Join Types
Consolidate LeftOuter/Left and RightOuter/Right as they are
by definition the same.
Similar consolidate FullOuter/Outer/Full ... with Outer (as in the
parser) not part of standard, but "full" missing. Allowing all three.

This commit potentially breaks other programs as kJoinLeftOuter and kJoinRightOuter
are eliminated
2018-01-22 20:44:33 +01:00
root
1922210f70 1. add scheme name support for tables names
2. add IF EXIST support for DROP TABLE/VIEW
3. fix memory free bug: delete -> free
4. add features in sqlhelper.cpp
2017-09-13 17:37:31 +08: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
177901816f add more join types 2017-03-07 15:49:49 +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
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