Query
Thursday 11 July 2019
2019-07-11 14:08:53 (4 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/post_modules/SQLite/sqlite.cmod (+12/-1)(13 lines)
branch: master
Documentation [SQLite]: Fixed some AutoDoc markup issues.
2019-07-11 14:05:53 (4 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/post_modules/SQLite/testsuite.in (+11/-4)(15 lines)
branch: master
Testsuite [SQLite]: Updated tests to survive deprecation warnings.
Using the deprecated symbol "master_sql" now actually generates
a deprecation warning, so do not fail because of the warning.
Fixes some testsuite failures.
Monday 05 June 2017
2017-06-05 12:51:13 (6 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/post_modules/SQLite/sqlite.cmod (+6/-0)(6 lines)
branch: 8.1
Build [SQLite]: Fixed warning on Solaris 11/x86.
<sys/regset.h> has a definition of ERR...
Friday 19 May 2017
2017-05-19 12:07:17 (6 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/post_modules/SQLite/configure.in (+2/-1)(3 lines)
- pike/src/post_modules/SQLite/sqlite.cmod (+3/-0)(3 lines)
branch: 8.1
Build [SQLite]: Fix compilation issues on NT.
MSVC did not have <stdint.h> before the 2013 version.
Tuesday 28 March 2017
2017-03-28 17:08:37 (6 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/post_modules/SQLite/testsuite.in (+11/-2)(13 lines)
branch: 8.1
Testsuite [SQLite]: Updated to know about big_typed_query().
Fixes some testsuite failures.
Saturday 04 March 2017
2017-03-04 13:07:27 (6 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/post_modules/SQLite/sqlite.cmod (+5/-4)(9 lines)
branch: 8.1
Documentation [SQLite]: Fixed AutoDoc markup typo.