Commit Graph

  • b391d3d5ea
    Merge 5096de91a1 into b81b1c9271 Mark Harmstone 2025-02-03 05:05:46 +0000
  • db9bdc664e
    Merge ad39b5847b into b81b1c9271 matt wilkie 2025-02-03 05:05:45 +0000
  • 02a90248a9
    Merge 1ea829256e into b81b1c9271 Elio Blanca 2025-01-30 04:52:43 -0500
  • c99cfe4d26
    Merge 6a97155896 into b81b1c9271 dkrix 2024-12-31 08:14:34 -0500
  • b81b1c9271 Version 1.0.1 dev v1.0.1 master Evan Miller 2024-12-26 07:28:56 -0500
  • c5d4d1d4ee Fix txt2man path Evan Miller 2024-12-26 07:27:34 -0500
  • 7625bfaebf Build fixes Evan Miller 2024-12-26 06:33:37 -0500
  • 470160147a fix build failures with gcc-14 Sudip Mukherjee 2024-10-16 13:09:45 +0100
  • 4c4ff13237
    Update HACKING.md (#439) Yuhang Ji 2024-07-04 22:19:57 +0800
  • 557275d822
    Update HACKING.md Yuhang Ji 2024-07-04 18:12:37 +0800
  • 2b2ef525c8 Fix another brew path on macos CI Evan Miller 2024-05-14 16:09:10 -0400
  • 3a954c00d4 Fix brew paths on macos CI Evan Miller 2024-05-14 16:01:41 -0400
  • 98d17badc6 Install unixodbc on macos CI Evan Miller 2024-05-14 14:24:51 -0400
  • 997f4ec846 Install libtool on macos CI Evan Miller 2024-05-14 14:20:16 -0400
  • 1ea829256e Merge remote-tracking branch 'upstream/dev' into fakeglib eblanca 2024-05-13 22:18:02 +0200
  • f517db5df0
    Move includes out of extern "C" block (#435) bstoeger 2024-05-13 15:12:45 +0200
  • aec4b1fbcd Move includes out of extern "C" block Berthold Stoeger 2024-03-18 07:52:19 +0100
  • 7e057e3197
    Fix a minor error in the mdb-json man page (#427) Akkana Peck 2024-02-17 11:18:12 -0700
  • fda5431c36 Fix a minor error in the mdb-json man page Akkana Peck 2024-01-18 10:30:21 -0700
  • bb83142d47
    Make test_script.sh less verbose (configurable) (#424) Michele Locati 2023-10-10 14:18:52 +0200
  • 74fc4086c4
    Make test_script.sh less verbose (configurable) Michele Locati 2023-10-10 09:37:22 +0200
  • eea84a4e30
    git-ignore .vscode directory Michele Locati 2023-10-10 09:39:10 +0200
  • bf77523c1d
    Add support for SQLGetData converting floating point types (#422) Benjamin Holstein 2023-10-07 09:31:26 +1100
  • c423097326
    Fix invalid byte sequence error when running test_script.sh in some cases (#423) Michele Locati 2023-10-06 23:00:07 +0200
  • ad92e42d29
    Minor change Michele Locati 2023-10-06 14:56:27 +0200
  • b3fa92ed98
    Run test_script.sh with sh instead of bash Michele Locati 2023-10-06 14:49:31 +0200
  • 672b23c80c
    Test data: download a tarball instead of cloning a repository Michele Locati 2023-10-06 14:42:34 +0200
  • f219b1fffb
    Simplify invoking test_script.sh Michele Locati 2023-10-06 14:41:10 +0200
  • 711fd6a0d8
    Add a final message to say that test succeeded Michele Locati 2023-10-06 14:39:50 +0200
  • bade8b2292
    Fix running test_script.sh in some cases Michele Locati 2023-10-06 14:39:12 +0200
  • c1c3066e1b
    Simplify invoking test_script.sh Michele Locati 2023-10-06 14:35:05 +0200
  • 5725f5bf12
    Git-ignore more files Michele Locati 2023-10-06 14:31:10 +0200
  • 053ac5d03b Add support for SQLGetData converting floating point types Benjamin Holstein 2023-09-19 07:15:00 +1000
  • 57d9e7a65e
    Fix iodbc path on macos GH action (#421) Evan Miller 2023-09-10 14:16:02 -0400
  • 51ac3570fd Fix iodbc path on macos GH action Evan Miller 2023-09-10 14:05:48 -0400
  • 4c040a7239
    Merge 196bcbfbff into 6640f9c707 Andy Reagan 2023-09-05 21:43:02 +1000
  • 6640f9c707
    fix use after free (#419) Elio Blanca 2023-09-04 02:54:22 +0200
  • 7751b9020c enrich fakeglib eblanca 2023-09-03 23:42:48 +0200
  • 784b635389 fix use after free eblanca 2023-09-03 23:36:53 +0200
  • 328249a628
    Fixed truncating 64bit (SQL_NULL_DATA) values (#416) Mladen Milinkovic 2023-07-06 12:47:10 +0200
  • c46a1b9944 Fixed truncating 64bit (SQL_NULL_DATA) values Mladen Milinkovic 2023-07-06 03:36:50 +0200
  • 0d67eb4c73
    Fix ODBC_LIBS for unixODBC (#415) Cédric Luthi 2023-07-04 20:56:41 +0200
  • f2f476e2a1 Fix ODBC_LIBS for unixODBC Cédric Luthi 2023-07-04 20:33:24 +0200
  • 633d1c091f
    Make DSN and DBQ extraction from connection string case insensitive (#414) Cédric Luthi 2023-07-03 21:34:02 +0200
  • 9d0bfa336c Fix typo (DSN → DBQ) Cédric Luthi 2023-07-03 18:43:57 +0200
  • 4cf76bd7db Make DSN and DBQ extraction from connection string case insensitive Cédric Luthi 2023-07-03 18:43:40 +0200
  • 1097a48b80
    Update README.md to remove INSTALL reference (#407) drf5n 2023-05-17 07:10:43 -0400
  • d9025dbf22 Two more code pages Evan Miller 2023-04-27 20:36:22 -0400
  • 0768258b7e
    Update README.md to remove INSTALL reference drf5n 2023-03-10 13:55:24 -0500
  • 0e77b68e76
    Add index and primary key output to the sqlite schema writer backend. (#402) Marco Manfredini 2023-02-02 11:36:22 +0100
  • 9aa68a6ba1 Fix macos-iodbc CI build Evan Miller 2023-02-02 05:35:21 -0500
  • 59e7fc7d8a Add index and primary key output to the sqlite schema writer backend. phoyd 2023-02-01 12:58:07 +0100
  • ad39b5847b
    add instructions for Windows matt wilkie 2023-01-18 12:44:15 -0800
  • 244a0ce2d5
    Merge 3f6cc03735 into f7ae5e3f3c Dan Church 2022-12-19 12:14:31 -0600
  • f7ae5e3f3c
    Require glib2 2.68 or later (for g_memdup2) (#400) Evan Miller 2022-12-17 07:08:44 -0500
  • bfe53656c8 Minimize memdup disruption pt 2 Evan Miller 2022-12-17 06:47:57 -0500
  • 8ba903976a Minimize memdup disruption Evan Miller 2022-12-17 06:47:05 -0500
  • acce416768 implement g_memdup2 Evan Miller 2022-12-17 06:36:28 -0500
  • 396a5f8799 Require glib2 >= 2.68 Evan Miller 2022-12-17 06:22:53 -0500
  • 70a38e60a3 Install glib2-devel on windows Evan Miller 2022-12-17 06:00:42 -0500
  • f14fbea093 Fix C89 errors Evan Miller 2022-12-17 05:41:45 -0500
  • d54f7b669f update gitignore Evan Miller 2022-12-17 05:36:26 -0500
  • 0b96ecaff1
    Fix windows GH action (#399) Evan Miller 2022-12-17 05:33:40 -0500
  • 0439f537d3 fix spawnv issue Evan Miller 2022-12-17 05:12:27 -0500
  • 58eb5657cc fix libtool Evan Miller 2022-12-17 05:06:55 -0500
  • 9e35bf104c fix isspace call Evan Miller 2022-12-17 04:57:01 -0500
  • e922daf025 try locale_t Evan Miller 2022-12-17 04:43:56 -0500
  • f93e84964b keep trying Evan Miller 2022-12-17 04:21:36 -0500
  • ab173f6b79 try fixing windows again again Evan Miller 2022-12-17 04:09:43 -0500
  • 54076274fb try fixing windows again Evan Miller 2022-12-17 04:05:28 -0500
  • a9444d3d04 Fix windows GH action Evan Miller 2022-12-17 03:54:30 -0500
  • 6a97155896 Fixing issue with deleted columns David Krix 2022-12-01 15:51:33 +0100
  • 3f6cc03735
    Make sure to build experimental programs in GitHub workflows Dan Church 2022-08-24 16:14:22 -0500
  • 32f636dce6
    Add --enable-experimental config option Dan Church 2022-08-24 15:37:19 -0500
  • 9e1ec2a588
    Merge pull request #394 from h3xx/fix-bash-completion Evan Miller 2022-08-26 08:26:57 -0400
  • ff544c0b76
    Fix wrongly installed mdb-sql completion script Dan Church 2022-08-24 15:56:00 -0500
  • 3803828108
    Fix program 'mdb-import' not being installed Dan Church 2022-08-23 17:33:31 -0500
  • ab5beff0fa
    Merge pull request #381 from schaanie17/dev Evan Miller 2022-03-08 12:14:46 -0800
  • 22af793623 Changed mapping of MDB_DOUBLE for MySQL from float to double Jan Langer 2022-03-08 19:18:08 +0100
  • ff085816b2
    Merge pull request #377 from jwrdegoede/oss-fuzz-35972-null-ptr-deref-fix Evan Miller 2022-01-25 10:46:43 -0500
  • 03391fc913 Always check mdb_read_table() return value Hans de Goede 2022-01-25 16:25:15 +0100
  • 2da65ffdb3
    Merge pull request #376 from jwrdegoede/oss-fuzz-36187-null-ptr-deref-fix Evan Miller 2022-01-25 10:24:14 -0500
  • 4febc7b5c6 Fix null-ptr deref when table->map_sz is 0 Hans de Goede 2022-01-25 14:52:03 +0100
  • 196bcbfbff Remove whitespace changes. Andy Reagan 2021-12-06 11:44:36 -0500
  • 7149187745 Need glib for osx builds with --enable-glib. Andy Reagan 2021-12-06 11:20:30 -0500
  • aa4e29f985 Error print. Andy Reagan 2021-12-06 10:48:21 -0500
  • 88caaa2004 Improve memory allocation following pattern in mdb_col_to_string. Andy Reagan 2021-12-06 09:44:30 -0500
  • 57cd54f654 Better idea, return empty string at mdb_date_to_string(). Andy Reagan 2021-12-03 15:35:51 -0500
  • 898e880e87 Retain a limit on both ends, mark where we might return a null instead. Andy Reagan 2021-12-03 15:23:31 -0500
  • c6ab656741 Undo whitespace changes, add comment. Andy Reagan 2021-12-03 11:33:27 -0500
  • 0a012235e8 Ignore the test directory. Andy Reagan 2021-12-03 11:30:28 -0500
  • 6ccb802c67 Fix pre-1900 date bug #367 and add test. Andy Reagan 2021-12-03 09:38:55 -0500
  • bcad261464 remove *.css.map pedromorgan@gmail.com 2021-10-31 15:09:16 +0000
  • cecf6ffed6 remove *.css.map pedromorgan@gmail.com 2021-10-31 15:09:16 +0000
  • 5096de91a1 Allow mdb_open_buffer to work when fmemopen not available Mark Harmstone 2021-10-28 12:36:46 +0100
  • ab9e4088a9 Merge branch 'dev' Evan Miller 2021-10-24 09:17:04 -0400
  • 1f88aac676 Version 1.0.0 v1.0.0 Evan Miller 2021-10-24 09:05:19 -0400
  • c3df30837e Fix appveyor build Evan Miller 2021-09-30 09:53:04 -0400
  • 22c379a611 Fix gcc-11 error "directive argument is null" Christian Ehrhardt 2021-09-30 09:50:19 +0200
  • 4dcba4bccf
    Fix gcc-11 error "directive argument is null" Christian Ehrhardt 2021-09-30 09:50:19 +0200