Commit Graph

  • 2629ce5136 Appveyor fix Evan Miller 2020-08-13 06:44:00 -04:00
  • 3c6c8e07db Make mdb-count case-insensitive to table names Evan Miller 2020-08-13 06:32:41 -04:00
  • 4bde3609c1 Remove ODBC from appveyor for now Evan Miller 2020-08-13 06:31:20 -04:00
  • 085c6cc96e Appveyor debugging Evan Miller 2020-08-13 06:22:31 -04:00
  • 70467dfd64 Merge branch 'master' of github.com:evanmiller/mdbtools Evan Miller 2020-08-12 23:40:25 -04:00
  • 093c6f1774 Try setting --no-undefined on Linux Evan Miller 2020-08-12 23:39:57 -04:00
  • cca922562f Merge pull request #13 from nyalldawson/fix_placeholder Evan Miller 2020-08-12 22:48:41 -04:00
  • 0a72c5407b Merge pull request #14 from nyalldawson/char_len Evan Miller 2020-08-12 22:46:52 -04:00
  • 6085a89e1d Use ICONV_CONST Nyall Dawson 2020-08-13 12:42:32 +10:00
  • 3f278f3996 Correctly return len of character data when SQLColAttributes is called with SQL_COLUMN_TYPE_NAME Nyall Dawson 2020-08-13 12:11:53 +10:00
  • 1fc6d60dfa Fix placeholder text used instead of type name in SQLGetData SQLColumns_TYPE_NAME call Nyall Dawson 2020-08-13 12:06:50 +10:00
  • 1846fab4e6 Const correctness on src char pointers for unicode/ascii conversion Nyall Dawson 2020-08-13 12:04:16 +10:00
  • fde72aa3b6 Merge pull request #12 from nyalldawson/needs_term2 Evan Miller 2020-08-12 18:22:53 -04:00
  • 3a164c7709 More appveyor tweaks Evan Miller 2020-08-12 18:19:26 -04:00
  • 24111d4a7c Tweak Appveyor Evan Miller 2020-08-12 18:09:26 -04:00
  • 8202e38155 Don't automatically add terminators when reading data parts via SQLGetData for OLE fields Nyall Dawson 2020-08-13 08:01:28 +10:00
  • 130a122c54 Build ODBC on Appveyor Evan Miller 2020-08-12 17:55:45 -04:00
  • 362938f17c ODBC build fixes Evan Miller 2020-08-12 15:05:25 -04:00
  • acbace242c Add Travis targets with --enable-glib Evan Miller 2020-08-12 06:38:57 -04:00
  • bd6aa50f73 Merge pull request #11 from nyalldawson/binary_type Evan Miller 2020-08-12 06:26:00 -04:00
  • 1c20f688e3 Merge pull request #10 from nyalldawson/guint_warn Evan Miller 2020-08-12 06:17:50 -04:00
  • 9a749e68fd Report more accurate field type for OLE fields Nyall Dawson 2020-08-12 15:33:54 +10:00
  • 277b49f209 More warning fixes Nyall Dawson 2020-08-12 13:11:52 +10:00
  • 1639283779 Fix int/guint comparison warnings Nyall Dawson 2020-08-12 13:04:20 +10:00
  • ef3a9f99a8 Merge pull request #9 from nyalldawson/free_str Evan Miller 2020-08-11 20:03:01 -04:00
  • 68d3104134 pos should finish on data length Nyall Dawson 2020-08-12 09:51:28 +10:00
  • 2567e57faa Fix incorrect early free of str when reading ole fields Nyall Dawson 2020-08-12 08:48:32 +10:00
  • b25eb73648 Merge pull request #8 from evanmiller/odbc-fix Evan Miller 2020-08-11 15:14:00 -04:00
  • 953375ead0 Define separate Travis targets for iODBC and unixODBC Evan Miller 2020-08-11 12:23:59 -04:00
  • f7e863b8e4 Put unixODBC under basic build / test coverage Evan Miller 2020-08-11 11:56:08 -04:00
  • 71e10395fd Try another SQLGetData fix Evan Miller 2020-08-11 07:30:33 -04:00
  • e330feebd6 Fix for variable-length fields using SQLGetData Evan Miller 2020-08-10 21:38:08 -04:00
  • 02c5544c14 Syntax fix Evan Miller 2020-08-10 19:19:19 -04:00
  • a712dfef65 Get rid of indirection in ODBC driver Evan Miller 2020-08-10 19:15:03 -04:00
  • 05b1e2229a Fix unittest exit code Evan Miller 2020-08-10 17:08:55 -04:00
  • c471570d16 Fix __attribute__ syntax Evan Miller 2020-08-10 17:07:54 -04:00
  • 280075a3e2 Fix unused function warnings Evan Miller 2020-08-10 17:04:11 -04:00
  • abe7ebcb74 Add ODBC unittest to Travis Evan Miller 2020-08-10 16:59:15 -04:00
  • 4ca16b8edf Fix bug in fake g_strsplit Evan Miller 2020-08-10 16:58:11 -04:00
  • cc292b3f0d Improved ODBC error messages Evan Miller 2020-08-10 16:57:43 -04:00
  • 3c7761f965 Support --disable-glib flag with ODBC driver Evan Miller 2020-08-10 15:58:22 -04:00
  • d4f7bd6ec5 Remove mdb-check Evan Miller 2020-08-10 06:58:05 -04:00
  • 82bbc0cef7 Improved bounds checking Evan Miller 2020-08-09 16:38:25 -04:00
  • 7690ef376f Turn off -Wsign-compare for the lexer Evan Miller 2020-08-09 16:23:06 -04:00
  • c93156626c Fix all sign-compare warnings Evan Miller 2020-08-09 16:15:20 -04:00
  • 99099cdada Remove unnecessary "extern" keywords from header files Evan Miller 2020-08-09 16:14:19 -04:00
  • de46410a8e Tweak README Evan Miller 2020-08-09 15:23:38 -04:00
  • 98381e83a5 Merge pull request #7 from evanmiller/update-iconv-m4 Evan Miller 2020-08-07 13:28:09 -04:00
  • 5c3cc98447 Update iconv.m4 Evan Miller 2020-08-07 13:02:06 -04:00
  • 2e1e1ed796 Simplify bounds checking logic with snprintf Evan Miller 2020-08-06 23:58:34 -04:00
  • 47724e50c9 Merge pull request #5 from nyalldawson/fix_SQL_COLUMN_TYPE_NAME Evan Miller 2020-08-06 23:57:15 -04:00
  • 3517b0eee6 Implement SQL_COLUMN_TYPE_NAME field identifier in SQLColAttributes Nyall Dawson 2020-08-07 12:36:07 +10:00
  • e7782f7821 Remove debugging comments from mdb-schema Evan Miller 2020-08-06 23:18:05 -04:00
  • 2e6e88b96f Improve bounds and return-value checking Evan Miller 2020-08-06 15:17:04 -04:00
  • b01c4b8941 Check result of mdb_find_pg_row / fix crash Evan Miller 2020-08-06 14:14:32 -04:00
  • 4682ec0f8a Fix crash Evan Miller 2020-08-06 14:08:30 -04:00
  • 63e8cb54ac Merge pull request #1 from evanmiller/no-glib Evan Miller 2020-08-06 13:19:25 -04:00
  • 272bd191bc Merge branch 'master' into no-glib Evan Miller 2020-08-06 12:51:52 -04:00
  • 2117195fac Update README Evan Miller 2020-08-06 12:51:45 -04:00
  • 9b6b52cc8c Fix buffer overflow in mdb_numeric_to_string brianb/mdbtools#124 Evan Miller 2020-08-06 12:34:09 -04:00
  • c67a92f459 Provide NUMERIC type in Postgres backend brianb/mdbtools#129 Evan Miller 2020-08-06 08:20:11 -04:00
  • edc20bcc39 Merge branch 'master' into no-glib Evan Miller 2020-08-06 08:16:06 -04:00
  • c17aeb0826 Remove length specifier from MySQL TEXT types brianb/mdbtools#133 Evan Miller 2020-08-06 08:15:06 -04:00
  • d0d3060223 Fix program_invocation_short_name on Cygwin Evan Miller 2020-08-05 23:59:58 -04:00
  • 0b6809be82 Fix program_invocation_short_name on Linux Evan Miller 2020-08-05 23:54:25 -04:00
  • 7c324a9cb4 Fix warnings Evan Miller 2020-08-05 23:48:49 -04:00
  • 8bacbf1678 Fix unused result warning Evan Miller 2020-08-05 23:27:19 -04:00
  • 04b736c9ff Fix indentation warnings Evan Miller 2020-08-05 23:22:08 -04:00
  • 514b74744b Try fixing Linux warnings Evan Miller 2020-08-05 23:17:22 -04:00
  • 783304c164 Turn on -Werror Evan Miller 2020-08-05 23:07:48 -04:00
  • fe28ce8d25 Fix vasprintf warning with GCC Evan Miller 2020-08-05 23:07:13 -04:00
  • cb7bd54c92 Merge branch 'master' into no-glib Evan Miller 2020-08-05 23:03:49 -04:00
  • 0407fc3a8d Fix type-pun warning Evan Miller 2020-08-05 23:03:10 -04:00
  • 921fb77ecd Merge branch 'master' into no-glib Evan Miller 2020-08-05 22:54:16 -04:00
  • 8bda9bd8ee Fix misleading indentation warnings Evan Miller 2020-08-05 22:53:57 -04:00
  • 1e339cb967 Merge branch 'master' into no-glib Evan Miller 2020-08-05 22:38:28 -04:00
  • 1d289a65b3 Fix buffer overruns and NULL pointer deferences Evan Miller 2020-08-05 22:35:56 -04:00
  • 18de0070af New --disable-glib configure option Evan Miller 2020-08-05 20:36:20 -04:00
  • 12ba8a424a Merge branch 'master' into no-glib Evan Miller 2020-08-05 19:49:25 -04:00
  • 64dd48a752 Fix indentation warning Evan Miller 2020-08-05 19:35:24 -04:00
  • 68d3a22e77 Merge branch 'master' into no-glib Evan Miller 2020-08-05 18:49:24 -04:00
  • d31bbe88c5 Fix crash when a date column lacks a Format property brianb/mdbtools#132 Evan Miller 2020-08-05 18:33:33 -04:00
  • cac3f7aca5 Default to single quotes when exporting to Postgres Evan Miller 2020-08-05 18:27:48 -04:00
  • aecee0e594 Provide SQL_DESC_UPDATABLE column attribute brianb/mdbtools#156 Evan Miller 2020-08-05 18:19:23 -04:00
  • 10f20f26b1 Remove unused function Evan Miller 2020-08-05 17:54:19 -04:00
  • ce9ad2920d Merge branch 'master' into no-glib Evan Miller 2020-08-05 17:10:10 -04:00
  • 0c5f73d1d7 Fix crash when the catalog table is invalid Evan Miller 2020-08-05 17:01:08 -04:00
  • cde53c4332 Respect octal flag in mdb-export brianb/mdbtools#153 Evan Miller 2020-08-05 13:38:50 -04:00
  • 3439f390fc Merge branch 'master' into no-glib Evan Miller 2020-08-05 13:13:41 -04:00
  • 4a97e00a79 Suppress automake portability warnings Evan Miller 2020-08-05 13:10:08 -04:00
  • b8181fa65f Add -Wno-conflicts-sr to yacc flags Evan Miller 2020-08-05 10:08:11 -04:00
  • 7436fa0e0e Yet another attempted cygwin fix Evan Miller 2020-08-05 09:53:41 -04:00
  • 05092351df Don't rely on strdup / cygwin fix Evan Miller 2020-08-05 09:35:19 -04:00
  • f1af742ecf Another attempted Cygwin fix Evan Miller 2020-08-05 09:22:26 -04:00
  • 7dcb42eae3 Try fixing Cygwin Evan Miller 2020-08-05 09:00:38 -04:00
  • 41c7e01ec7 Even more Windows fixes Evan Miller 2020-08-05 08:41:33 -04:00
  • 1d7d3c39d2 Maybe finally fix Windows builds Evan Miller 2020-08-05 08:32:48 -04:00
  • 8ef1c6e1c3 Provide vasprintf on Windows Evan Miller 2020-08-05 08:26:40 -04:00
  • 7ecd132e57 Cygwin fix Evan Miller 2020-08-05 08:17:49 -04:00
  • 32ec8081b0 Fix build Evan Miller 2020-08-05 08:04:46 -04:00