Commit Graph

127 Commits

Author SHA1 Message Date
58cce2b8e0 Update the copyright notice 2019-09-01 04:20:24 +02:00
58d5635958 Rename the tool to "database" 2019-09-01 04:20:24 +02:00
34a835f967 Add an accessor to the DatabaseStatement class 2019-09-01 03:04:28 +02:00
f3f7650dfe Merge branch 'khorben/database-statement'
This should simplify the API for the consumer. It removes the need to
keep track of the underlying Database for a given prepared statement.

It also renames the API for consistency.
2019-08-31 03:10:14 +02:00
37eee59000 Update the copyright notice 2019-08-31 03:09:03 +02:00
da6aeb9b84 Introduce the DatabaseStatement API 2019-08-31 03:09:03 +02:00
f25905dde1 Update the copyright notice 2019-08-31 03:07:14 +02:00
2d73113933 Avoid a compilation warning 2019-08-31 03:06:54 +02:00
51c8f606fe Update the copyright notice 2019-08-31 02:15:20 +02:00
eb17704f28 Avoid a compilation warning 2019-08-31 02:14:47 +02:00
0032141723 Update the copyright notice 2019-08-31 01:55:54 +02:00
84885b4e58 Code cleanup 2019-08-31 01:55:37 +02:00
bdb962c906 Newer version upstream 2016-12-09 00:20:51 +01:00
6c0bd85bae Add a test for pkg-config 2016-08-02 02:43:29 +02:00
ead5edc225 More portable build as PIE 2016-05-12 01:03:49 +02:00
c869d1d2b4 Link with libDatabase as required 2016-04-22 01:06:04 +02:00
a4de436174 Help the "python.sh" test pass 2016-04-22 00:53:39 +02:00
200591f650 Simplify 2016-04-22 00:49:56 +02:00
54c6750603 Fix "make distcheck" 2016-04-19 23:53:08 +02:00
3c90a2ce3b Let the tests find libDatabase 2016-04-19 23:52:15 +02:00
bbbb710996 Register the "sqlite3" test as failing 2016-04-19 23:49:38 +02:00
3bf5bd775e Update the copyright notice 2016-04-19 23:49:25 +02:00
05ba868436 Add a test for shell scripts 2016-04-19 23:46:23 +02:00
957cc15b74 Add a test for the "sqlite3" engine 2016-04-19 23:45:25 +02:00
799a5298e6 Add support for OBJDIR 2016-04-19 23:38:56 +02:00
9f68750cf0 Clean up the .gitignore files 2016-02-29 23:54:16 +01:00
26078d8d33 Remove generated files from the source tree 2016-02-29 23:51:30 +01:00
141ebccba3 Re-generate the Makefile 2016-02-29 23:51:02 +01:00
4531e098e4 Update the copyright notice 2016-02-29 23:47:16 +01:00
286aeccd74 Generate Makefiles automatically for the Python bindings 2016-02-29 23:46:57 +01:00
0c49c6a7a4 Update the copyright notice 2015-09-01 00:31:57 +02:00
9b29f2f882 Use PROGNAME 2015-09-01 00:31:36 +02:00
c7afd0c7ae Reflect changes upstream 2015-09-01 00:08:07 +02:00
4d0383f633 About to release DeforaOS libDatabase 0.0.1 2015-08-31 15:52:09 +02:00
ab350bc78e Remove auto-generated files from the source tree 2015-08-31 15:51:46 +02:00
240a4ee8e6 Default to the database master for "pgsql"
This is performed by overriding the initialization routine. It is
rather ugly, with the section used for the connection file being
detected and replaced on the fly if recognized.
2015-08-31 15:16:44 +02:00
bc2b590d96 Add stub for the "pgsqlpool" database engine 2015-08-31 14:49:11 +02:00
38ffe7c974 Build with SSP, PIE and RELRO by default 2015-08-31 14:47:45 +02:00
71e171dd9a Reflect changes upstream 2015-08-31 14:41:10 +02:00
a6fa77110e Build tools as PIE 2015-07-11 15:26:29 +02:00
e6be459efc Build with -fstack-protector 2015-07-11 15:25:09 +02:00
6d5b33aadd Update the copyright notice 2015-06-15 01:55:07 -04:00
a90d67c478 Use libDatabase.h from the source tree 2015-06-15 01:54:43 -04:00
58832d6953 Update the copyright notice 2015-06-15 01:40:44 -04:00
1ed110458a Look for libSystem.pc in the current PREFIX as well 2015-06-15 01:40:44 -04:00
d369a76700 Update the copyright notice 2015-06-02 20:21:46 +02:00
afb8260ecf Add default values for LIBDIR 2015-06-02 20:20:42 +02:00
4748cdff9b Re-build src/database.c upon configure 2015-06-02 20:17:27 +02:00
7e29b63978 Update the .gitignore files 2015-06-02 20:15:51 +02:00
37da90d34e Restore src/python/Makefile 2015-06-02 20:13:08 +02:00