.. |
backend.c
|
Use TLS macro for cross-platform thread-local storage
|
2021-09-08 09:09:03 -04:00 |
catalog.c
|
Fix potential realloc() memory leak reading OLE objects
|
2021-01-07 21:11:12 -05:00 |
data.c
|
[odbc] Ensure repid field formatting matching Microsoft Access ODBC
|
2021-08-30 09:34:29 +10:00 |
dump.c
|
Fix build on some ancient systems
|
2021-06-03 10:05:18 -04:00 |
fakeglib.c
|
Remove _GNU_SOURCE (rely on AC_USE_SYSTEM_EXTENSIONS)
|
2021-08-20 08:23:24 -04:00 |
file.c
|
Merge pull request #344 from nyalldawson/repid_odbc_str2
|
2021-08-30 09:17:25 -04:00 |
iconv.c
|
Simplify some locale_t code
|
2021-08-22 12:20:13 -04:00 |
index.c
|
Fix accidental reads of non-index data as indices
|
2021-08-29 16:22:34 +10:00 |
like.c
|
Postgres-style ILIKE operator (with Unicode support) (#244)
|
2021-08-04 14:45:31 -04:00 |
Makefile.am
|
Extract RC4 code to separate file
|
2021-05-17 07:21:44 +02:00 |
map.c
|
Fix buffer overflow (#218)
|
2020-12-18 19:42:11 -05:00 |
money.c
|
Remove unnecessary casts
|
2020-12-28 22:30:20 -05:00 |
options.c
|
Use TLS macro for cross-platform thread-local storage
|
2021-09-08 09:09:03 -04:00 |
props.c
|
Remove tautological comparison
|
2021-06-10 09:50:51 -04:00 |
rc4.c
|
Rename function to mdbi_rc4 to prevent it from being exported
|
2021-05-19 07:45:43 +02:00 |
sargs.c
|
Handle sql queries where a double column is compared to an int
|
2021-08-26 23:54:06 -04:00 |
stats.c
|
apidocs with doxygen
|
2021-01-16 16:05:28 +00:00 |
table.c
|
Migrate to g_memdup2 (#288)
|
2021-04-05 09:04:29 -04:00 |
version.c
|
Fix prototype error with GCC
|
2020-09-02 15:07:13 -04:00 |
worktable.c
|
Migrate to g_memdup2 (#288)
|
2021-04-05 09:04:29 -04:00 |
write.c
|
Remove uses of ntohl
|
2021-07-14 09:33:24 -04:00 |