Commit Graph

140 Commits

Author SHA1 Message Date
aeeb60a54b About to release DeforaOS libDatabase 0.0.2 2019-09-15 20:54:17 +02:00
ebf8e7ec44 Register the "fixme" test 2019-09-15 17:06:51 +02:00
4b0533e73e Import the "fixme" test 2019-09-15 17:06:32 +02:00
4459a2d2e5 Fix "make dist" 2019-09-01 05:03:02 +02:00
0eb7cb45cc Update the latest versions upstream 2019-09-01 05:02:58 +02:00
3561fe9d12 Register the manual pages for database(1) 2019-09-01 04:48:15 +02:00
f273aa9e07 Install database(1) to BINDIR 2019-09-01 04:46:55 +02:00
cd90cdcace Import a manual page for database(1) 2019-09-01 04:46:10 +02:00
055ec36c46 Register the new name for database(1) 2019-09-01 04:44:43 +02:00
740e1e698c Use the same callback during queries 2019-09-01 04:20:24 +02:00
91ce418523 Support statements with parameters in va_list 2019-09-01 04:20:24 +02:00
bda85e8833 Correct the type for rows when reading queries 2019-09-01 04:20:24 +02:00
d603279dd8 Allow issuing queries directly on the command line 2019-09-01 04:20:24 +02:00
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