Commit Graph

  • 763716ecc6 Fix unused function warning without iconv Evan Miller 2021-02-02 18:40:40 -05:00
  • 77f78ea757 Version 0.9.2, Beta 3 v0.9.2-beta3 Evan Miller 2021-01-29 08:32:49 -05:00
  • 4e969425ac Add (fake) g_unichar_to_utf8 Evan Miller 2021-01-22 07:45:47 -05:00
  • da80fb3430 Make mdb_iconv_name_from_code_page static Evan Miller 2021-01-21 23:25:46 -05:00
  • 468502bc87 Terminate string Evan Miller 2021-01-21 23:16:33 -05:00
  • 0aa3aeee42 Simplify (fake) g_locale_to_utf8 Evan Miller 2021-01-21 23:08:55 -05:00
  • f1eac042b5 Fix misuse of "%*s" in sprintf strings Evan Miller 2021-01-21 18:27:20 -05:00
  • 848303f9f0 Version 0.9.2, Beta 2 v0.9.2-beta2 Evan Miller 2021-01-20 09:14:29 -05:00
  • 9904b079bf Restore the HACKING file with a redirect notice Evan Miller 2021-01-20 09:13:30 -05:00
  • 70c1b66278 Use correct bind types for SQLBindCol / SQLFetch (#242) Evan Miller 2021-01-20 09:00:48 -05:00
  • 615b625d79 Let LC_COLLATE influence string-comparison operations Evan Miller 2021-01-19 21:24:31 -05:00
  • f99c5539e7 Add --version option to the CLI tools Evan Miller 2021-01-19 20:37:25 -05:00
  • 9e85bc4153 Clean up backend export logic Evan Miller 2021-01-19 18:03:10 -05:00
  • dbc1aa7ea2 Document TOP and LIMIT clauses in the man page Evan Miller 2021-01-19 16:43:10 -05:00
  • 8c91654426 Man page and usage updates Evan Miller 2021-01-19 16:27:36 -05:00
  • 0aa88f85d5 Support scale/precision with more column types Evan Miller 2021-01-19 15:55:57 -05:00
  • aec667a033 Fix numeric scale/precision on Jet3 databases Evan Miller 2021-01-19 15:23:28 -05:00
  • d089c4072d More locale-awareness for command line arguments Evan Miller 2021-01-18 18:15:30 -05:00
  • 1e35bddc62 Migrate mdb-queries over to the GLib machinery Evan Miller 2021-01-18 17:45:24 -05:00
  • 8fff5b0ac0 Merge pull request #239 from pedromorgan/apidocs_1 Evan Miller 2021-01-16 11:49:12 -05:00
  • da730d3696 apidocs with doxygen pedromorgan 2021-01-16 16:05:28 +00:00
  • 52cd0779d6 Version 0.9.2, Beta 1 v0.9.2-beta1 Evan Miller 2021-01-15 08:26:04 -05:00
  • dd13e20456 More bounds checking Evan Miller 2021-01-15 08:08:51 -05:00
  • 89e2361582 Fix buffer overrun (oss-fuzz/28832+28807) Evan Miller 2021-01-15 07:44:50 -05:00
  • 0e3a627ee6 Make command-line arguments locale-aware (#237) Evan Miller 2021-01-14 17:34:50 -05:00
  • 42431bbba8 Fuzzing workflow (#230) Evan Miller 2021-01-14 14:54:37 -05:00
  • b9531290af GitHub Actions: Pass -e to test scripts Evan Miller 2021-01-13 06:47:25 -05:00
  • 20842c642a mdb-schema: Exit with code 1 if the requested table is not found Evan Miller 2021-01-12 14:08:25 -05:00
  • 7893a948ce Fix infinite loop (See oss-fuzz/28789) Evan Miller 2021-01-07 21:29:37 -05:00
  • c0880f0e40 Fix potential realloc() memory leak reading OLE objects Evan Miller 2021-01-07 21:11:12 -05:00
  • c31daeb2c4 Improved bounds and return value checking (oss-fuzz/29329) Evan Miller 2021-01-07 19:59:45 -05:00
  • 9b5e591905 Improved bounds checking (fixes oss-fuzz/29328) Evan Miller 2021-01-07 18:46:07 -05:00
  • 9e883cb100 Version 0.9.1, final v0.9.1 Evan Miller 2021-01-03 20:23:38 -05:00
  • 14af1f82f1 Version 0.9.1, Beta 3 v0.9.1-beta3 Evan Miller 2021-01-01 08:11:29 -05:00
  • 24a7fdab78 Restore 0.9.0 API backward compatibility of mdb_print_col and MDB_BINEXPORT_* Evan Miller 2020-12-30 10:28:49 -05:00
  • d51a37a760 Remove mdb_find_row and row_size warnings Evan Miller 2020-12-29 15:21:22 -05:00
  • 6db8ed13a6 Remove zero-row checks #120 Evan Miller 2020-12-29 15:10:31 -05:00
  • 197c3dc35a use_index now requires libmswstr. See #215 and #226 Evan Miller 2020-12-29 13:13:25 -05:00
  • 0ad6fb33f6 Merge pull request #222 from evanmiller/merge-108 Evan Miller 2020-12-29 12:50:04 -05:00
  • ed6f72252f Version 0.9.1, Beta 2 v0.9.1-beta2 Evan Miller 2020-12-29 10:30:20 -05:00
  • e6a09b8bd5 Report SQLAllocEnv error in ODBC unit test Evan Miller 2020-12-29 09:25:55 -05:00
  • aeee354405 Fix infinite loop exporting SQLite schema Evan Miller 2020-12-29 09:24:31 -05:00
  • 538711e450 Remove unnecessary casts Evan Miller 2020-12-28 22:30:20 -05:00
  • 658e91c2ae Replace strcpy with g_strdup Evan Miller 2020-12-28 22:29:19 -05:00
  • c10232fdf1 Use fewer hard-coded sizes Evan Miller 2020-12-28 22:04:06 -05:00
  • e1e5d9738e Use thread-local storage in ODBC connector Evan Miller 2020-12-28 22:01:36 -05:00
  • 6fae16d5ef Fix status badge link Evan Miller 2020-12-28 21:43:32 -05:00
  • eb5e6348b7 Fix misleading indentation Evan Miller 2020-12-28 21:08:50 -05:00
  • 5705d595c8 Replace constant with sizeof() Evan Miller 2020-12-28 21:06:38 -05:00
  • a0ebd91114 Fix potential stack corruption Evan Miller 2020-12-28 21:02:17 -05:00
  • d35807cd6c Remove unused variable Evan Miller 2020-12-28 20:22:19 -05:00
  • 2bb31f05ee Improve bounds checking Evan Miller 2020-12-28 20:12:39 -05:00
  • 31d8bc13aa Fix extra newline in mdb-sql prompt Evan Miller 2020-12-28 20:11:06 -05:00
  • e2c597f669 Update NEWS file for 0.9.1 Beta 1 v0.9.1-beta1 Evan Miller 2020-12-23 15:40:39 -05:00
  • 6ebe1b89f5 Merge branch 'dev' of github.com:mdbtools/mdbtools into dev Evan Miller 2020-12-23 15:37:18 -05:00
  • 30a4742d70 Version 0.9.1, Beta 1 Evan Miller 2020-12-23 15:36:18 -05:00
  • 2becb08714 Windows GitHub Action (#231) Evan Miller 2020-12-23 09:34:21 -05:00
  • 76c2ada332 Use scientific notation only for very small numbers Evan Miller 2020-12-21 17:51:27 -05:00
  • ccd19c69fa SQLite does not support foreign keys via ALTER TABLE Evan Miller 2020-12-21 17:28:29 -05:00
  • f6884cdc01 Merge pull request #93 from ewenmcneill/postgres_namespace_fixes Evan Miller 2020-12-21 17:01:22 -05:00
  • c13bcc75a7 Postgres: No namespace in INDEX, CONSTRAINT names Ewen McNeill 2016-04-07 08:37:50 +12:00
  • 307cc50dc0 Fix Appveyor builds Evan Miller 2020-12-21 16:02:30 -05:00
  • cb0ee059b2 Migrate from Travis CI to GitHub Actions (#229) Evan Miller 2020-12-21 15:42:38 -05:00
  • 8dd10d332e Merge pull request #228 from evanmiller/no-math Evan Miller 2020-12-21 15:34:16 -05:00
  • 25435201b4 Remove math.h Evan Miller 2020-12-21 11:26:45 -05:00
  • a2f34b1748 Merge pull request #227 from evanmiller/index-lang Evan Miller 2020-12-21 09:50:09 -05:00
  • ebb049eb6a Rename --escape-c to --escape-invisible Evan Miller 2020-12-21 09:30:02 -05:00
  • 3001c3b94f Use the language ID from the DB header for indexing Evan Miller 2020-12-21 09:11:42 -05:00
  • ec994b6f43 Merge pull request #225 from evanmiller/gcc-initializers Evan Miller 2020-12-20 20:48:38 -05:00
  • b8ec7a2ec7 Use GCC style initializers for MdbFormatConstants Evan Miller 2020-12-20 20:15:13 -05:00
  • c6f3b2f858 Merge pull request #224 from evanmiller/jet3-encodings Evan Miller 2020-12-20 20:12:06 -05:00
  • f85905b5c8 Add a simple Latin-1 => UTF-8 transcoder w/o iconv Evan Miller 2020-12-20 19:54:51 -05:00
  • 134306d1af Simplify header-reading logic and support JET3 code pages Evan Miller 2020-12-20 18:02:23 -05:00
  • a8414720e4 Use wcstombs when iconv is not present (#223) Evan Miller 2020-12-20 17:56:33 -05:00
  • 8ed9c142a0 Remove copy-paste fragment Evan Miller 2020-12-19 13:26:19 -05:00
  • bc97306d64 Merge branch 'master' of github.com:dragonfly-science/mdbtools into merge-108 Evan Miller 2020-12-19 13:21:32 -05:00
  • fb6637c503 Fix unused but set variable warning (#221) Evan Miller 2020-12-19 09:37:39 -05:00
  • 1b96ef4b0d Clarify mdb_unicode2ascii API and fix buffer overrun (#220) Evan Miller 2020-12-19 08:24:32 -05:00
  • 7ce75142e8 Merge pull request #219 from evanmiller/oss-fuzz-28790 Evan Miller 2020-12-18 19:51:59 -05:00
  • 50c9bdfee6 Fix buffer overflow (#218) Evan Miller 2020-12-18 19:42:11 -05:00
  • 78bbf4250e Merge pull request #217 from evanmiller/oss-fuzz-28780 Evan Miller 2020-12-18 16:35:48 -05:00
  • 3d2d534304 Merge pull request #216 from evanmiller/oss-fuzz-28779 Evan Miller 2020-12-18 16:33:54 -05:00
  • 16d249748a Fix integer overflow Evan Miller 2020-12-18 11:22:52 -05:00
  • 89007cba18 Fix stack overflow Evan Miller 2020-12-18 09:35:12 -05:00
  • a1cda27a58 Null-terminate binary strings Evan Miller 2020-12-18 09:26:28 -05:00
  • c46c8b0e4d Version 0.9.0, final v0.9.0 Evan Miller 2020-12-17 14:03:05 -05:00
  • c63a62e365 Update configure.ac Evan Miller 2020-12-17 11:56:51 -05:00
  • d70a3977b0 Fix Appveyor link Evan Miller 2020-12-17 11:20:23 -05:00
  • ed6f6d08e3 Update CI badges to dev branch Evan Miller 2020-12-17 11:05:37 -05:00
  • e7d5125e2b Fix libmdbsql build on Windows Evan Miller 2020-12-17 11:04:54 -05:00
  • f6be7a74ef Merge pull request #213 from mdbtools/nirgal-patch-2 Evan Miller 2020-12-13 08:38:10 -05:00
  • bf9fa2417e Drop obsolete files from .gitignore nirgal 2020-12-13 13:27:58 +00:00
  • b0902d1a51 Restore GLib detection. Fixes #212 Evan Miller 2020-12-13 07:43:52 -05:00
  • 47c933b8c3 Merge branch 'dev' of github.com:mdbtools/mdbtools into dev Evan Miller 2020-12-13 07:36:52 -05:00
  • a19ea4a859 Merge pull request #211 from mdbtools/nirgal-patch-1 Evan Miller 2020-12-13 07:19:16 -05:00
  • cc061732be Remove obsolete comment nirgal 2020-12-13 10:22:17 +00:00
  • 924ec93ff1 Version 0.9.0, Beta 8 v0.9.0-beta8 Evan Miller 2020-12-04 10:48:37 -05:00
  • eac859db6e Merge pull request #208 from evanmiller/remove-old-docs Evan Miller 2020-12-04 10:45:51 -05:00
  • 057d0fe91c Remove -Wno-portability from CI scripts Evan Miller 2020-12-04 10:07:26 -05:00
  • b8cf4f4534 Merge branch 'master' into remove-old-docs Evan Miller 2020-12-04 09:34:04 -05:00