James Woodcock
eb5dd4d0b7
Support "SELECT TOP n [PERCENT]... " queries.
...
Updated the SQL parser to support "SELECT TOP n [PERCENT]... " queries,
matching the Mocrosoft Access SQL language.
Export these queries from databases with mdb-queries.
2020-09-26 11:28:34 +01:00
Nyall Dawson
83104b7b69
Setup operator precedence for parser to avoid ambiguity and fix shift/reduce warnings
2020-08-23 07:57:17 +10:00
Nyall Dawson
e92f14f9c4
Make SQL parser/lexer reentrant
...
Provides thread safety for mdbtools ODBC driver
2020-08-18 12:23:04 +10:00
leecher1337
135f452407
Merge branch 'master' into master
2017-12-03 17:02:15 +01:00
Brian Bruns
23bab7c2d6
add support for LIMIT clause in SQL engine
2016-08-30 08:43:34 -04:00
leecher1337
e2449c11f3
Added strptime function to SQL parser as a feature. This is needed to i.e. be able to query time-fields in DB and to use dates <1.1.1970 and >19.1.2038. All changes should be backwards-compatible to not break existing queries.
2015-08-30 11:23:57 +02:00
leecher1337
16bf355d6b
Added simple support for count(*) to SQL parser to quickly get number of rows in table
2015-08-20 14:35:09 +02:00
Nirgal Vourgre
dd0f4c3819
Patch docs.diff from Nirgal
2011-08-28 19:53:29 -04:00
Nirgal Vourgre
aee657f603
Patch warnings.diff from Nirgal
2011-08-28 19:48:44 -04:00
Nirgal
456f261cab
Bunch of fixes for compilation warnings, mostly unused vars.
2011-08-10 18:00:18 -04:00
whydoubt
278b6e284c
Fix several leaks and errors
2005-11-09 13:24:26 +00:00
whydoubt
24a911c55a
Simplify a couple of rules
2004-08-22 04:04:02 +00:00
brianb
fed589b2e7
rework of patch #879693 to support 0=1 in where clause
2004-02-08 21:54:20 +00:00
brianb
fcf4e1a53a
fixed booleans
2004-02-07 00:58:29 +00:00
brianb
a74094c667
sync up, see ChangeLog for details
2004-02-06 02:34:20 +00:00
brianb
092e2b79af
query planner stuff
...
some gcc -Wall fixes
added suport for _ in identifier names in SQL
gmdb2 manual additions
2003-01-20 16:04:24 +00:00
brianb
16735470a7
port of gmdb to gnome2. lots o other stuff
2002-12-27 15:09:02 +00:00
brianb
ea8fd2a6ba
massive sync up of my code to CVS. not sure what changed.
2002-01-24 12:34:10 +00:00
brianb
71775b190a
fixed list tables/describe table bug from odbc restructure
2001-09-29 00:16:16 +00:00
brianb
3d4bc34b70
Enhancements for getting Access 2000 to work (almost)
...
Fixes for working with bison
2001-05-16 00:21:17 +00:00
brianb
606887dfbd
added like operator and handling of string sargs
...
Added index stuff to HACKING file
Misc. mdb-sql updates
2001-04-20 21:06:46 +00:00
brianb
12d830dc62
restructing...automake now used sql stuff working
2001-04-11 23:33:19 +00:00