c2af37329c
Also ship and install a README file
2022-08-25 06:17:19 +02:00
818effabbc
About to release libDatabase 0.1.0
2022-08-25 06:08:17 +02:00
e521341c52
libDatabase: re-license under the 2-clause BSD license
2022-08-25 06:07:24 +02:00
42875df7c3
src/python: provide a default Makefile
...
This should help fix "make distcheck".
2022-08-25 05:23:20 +02:00
c23d86b173
gtkdoc: import the libDatabase-sections.txt file
2022-08-25 05:14:55 +02:00
c752cb52a2
About to release DeforaOS libDatabase 0.0.3
2022-08-25 04:33:33 +02:00
bd42d6fd48
engines: really link plug-ins correctly with libSystem
2022-08-25 04:33:33 +02:00
e6c9d96ba9
engines: link plug-ins correctly with libSystem
2022-08-25 04:30:34 +02:00
91cd7fdad3
Update the copyright notice
2022-08-25 03:27:16 +02:00
b6166825dc
tests: avoid a couple compilation warnings
2022-08-25 03:27:16 +02:00
a4081e2337
.gitignore: ignore more commonly irrelevant files
2022-08-25 03:00:45 +02:00
9e137150ee
tests: register the new targets
2022-08-25 03:00:07 +02:00
7baf0a93f6
tests: import a test for the sqlite2 engine
2022-08-25 02:59:51 +02:00
de8c580371
Update the copyright notice
2022-08-25 02:59:13 +02:00
9d96e6774b
tests: detect when the sqlite3 test should work
2022-08-25 02:51:15 +02:00
582eab193f
Import the newer scripts from DeforaOS configure
2022-08-25 02:49:27 +02:00
c19f3f8335
Sort sections in the project.conf files
2022-08-25 02:48:17 +02:00
b8d64d6f36
Import the newer scripts from DeforaOS configure
2020-11-19 03:14:22 +01:00
fdd731e03c
Update the copyright notice
2020-02-24 01:19:01 +01:00
67c1ed35d0
Use PROGNAME_SQLITE3 instead of PROGNAME
2020-02-24 01:18:49 +01:00
d161fcc54d
Register a "tests" target
2020-02-23 20:41:37 +01:00
e403c0bf04
Also install the COPYING file
2020-02-23 20:40:10 +01:00
693f193319
Register the "clint" test
2020-02-23 20:39:42 +01:00
3b43e3b85d
Import the "clint" tests from DeforaOS configure
2020-02-23 20:39:29 +01:00
c656d9a605
Register config.ent
2020-02-23 20:34:52 +01:00
53dcf53189
Add support for multiple queries as arguments
2020-02-23 20:32:54 +01:00
9263abc33a
Update the copyright notice
2020-02-23 20:13:12 +01:00
28199cf6d3
Use PROGNAME_DATABASE for database(1)
2020-02-23 20:13:01 +01:00
081cb1a66c
Register the Gtk-Doc targets
2020-02-23 19:55:25 +01:00
43e9b1f002
Generate the Gtk-Doc documentation with XML
2020-02-23 19:55:25 +01:00
a37a6ec013
Import the latest version from DeforaOS configure
2020-02-23 19:52:34 +01:00
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