Commit Graph

38 Commits

Author SHA1 Message Date
Evan Miller
e88e3cc7e7 Remove HAVE_ macros from mdbtools.h and mdbsql.h
Generate mdbtools.h at configure-time. This ensures that the public
interface matches the compiled structures.

See #316
2021-08-04 15:29:23 -04:00
Evan Miller
bbc53dfade Bounds check mdb_sql_bind_column()
Return -1 if the bounds check fails, otherwise the result of
mdb_bind_column_by_name.

Update other places in the code to check the return value.
2020-11-08 08:50:17 -05:00
Evan Miller
8b7162ded3 Merge branch 'dev' of github.com:mdbtools/mdbtools into merge-166 2020-11-01 07:55:53 -05:00
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
Evan Miller
e30b8a395a Merge branch 'sql_dynamic_bound_length' of github.com:mdbtools/mdbtools into merge-166 2020-09-02 15:33:20 -04:00
Nyall Dawson
88e2ffa34a const correctness (fixes warning) 2020-08-23 07:56:26 +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
Evan Miller
99099cdada Remove unnecessary "extern" keywords from header files 2020-08-09 16:14:19 -04:00
Evan Miller
e9f4c6c786 Remove GLib dependency WIP
Add a shim implementing half-assed versions of most of the GLib
functions used by MDB Tools. If GLib is detected at compile-time,
use it, otherwise use the shim.

This work is not complete, as the option-parsing code is not yet
implemented - so most of the command-line tools crash.
2020-08-03 17:19:40 -04:00
Evan Miller
cdde7c3268 Enable strict prototypes warnings, and fix warnings
If a host project has -Wstrict-prototypes enabled, the mdbtools header
results in warnings. Turn on -Wstrict-prototypes for the whole project
so that these never occur again.
2018-12-29 10:34:54 -05: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 Vourgère
7495034eef Fix FSF address in headers 2013-07-04 13:50:33 +02:00
William Rogers
28af8d296a Dynamic allocation of MdbSQL->bound_values
Was previously hardcoded to 256 columns max.
2013-06-27 15:09:15 +02:00
Jean-Michel Vourgère
0a76d5716f Removes many compilation warnings. 2011-08-30 16:11:13 -04:00
Nirgal Vourgre
0af7d587ac Removes almost duplicate prototype 2011-08-28 20:00:28 -04:00
root
fc8ccbeaa8 store last error message in MdbSql struct and show error in gmdb2. 2010-06-20 21:18:22 -04:00
whydoubt
a5094f778d Make varaddr parameter a void * 2005-10-17 12:10:07 +00:00
whydoubt
90078d0e0f Improve C++ compatibility (Horst Knorr) 2005-04-09 01:46:51 +00:00
whydoubt
d06cb3e47d Combine functions that bind a column and its length 2004-12-31 01:26:28 +00:00
brianb
b721bcc6f4 patch #1034566 from Filip Van Raemdonck 2004-11-14 01:56:37 +00:00
whydoubt
e5b867efd9 Tidy up a few SQL-related functions 2004-08-25 02:12:58 +00:00
whydoubt
e121a82946 Lots more gcc warnings fixes 2004-07-09 12:47:04 +00:00
brianb
9813d08844 fix bug #903498 2004-03-06 23:59:54 +00:00
brianb
6920daaf1e put all unicode convert stuff in iconv.c. Use SQLGetPrivateProfile() if available (handles odbc.ini file in different places). Fix bug for list tables/describe in odbc. 2004-03-06 05:13:27 +00:00
brianb
df4a73b45b patch #721943 2004-02-08 22:29:56 +00:00
brianb
fed589b2e7 rework of patch #879693 to support 0=1 in where clause 2004-02-08 21:54:20 +00:00
brianb
278cf8ef42 fix compiler warnings in libmdb/ util/ sql/ 2004-01-10 01:52:56 +00:00
brianb
d39cc57b44 Some work on indexes/write support. Bug fixes. Preliminary temp table/worktable work. 2004-01-09 21:05:56 +00:00
brianb
11b43644dc patches 00-14 from David Mansfield 2004-01-06 00:42:07 +00:00
brianb
aa19a0892f resync...no idea what's in here, it's been sitting on the shelf for a while 2003-04-29 17:55:09 +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
9b8285d937 change catalogentry to GPtrArray, documentation fixes, add ifdef wrapper to mdbsql.h 2002-03-27 13:00:00 +00:00
brianb
ba40f54c85 preping some of the sql stuff for the odbc driver 2001-07-24 11:00:00 +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
138f2696cb stuff missed from reorg 2001-04-11 23:53:50 +00:00