Commit Graph

19 Commits

Author SHA1 Message Date
e560d964dc Implemented get_last_id() for SQLite3 2012-11-30 15:53:42 +01:00
9f5531ac71 Added a new type to allow NULL values to be part of queries 2012-11-30 01:23:53 +01:00
95c60145ef Really support NULL values as DT_VARCHAR this time 2012-11-29 22:06:19 +01:00
0548dda666 Allow DT_VARCHAR values to be NULL 2012-11-29 21:09:11 +01:00
0977111ae8 Fixing users of <ctype.h> 2012-11-13 13:05:11 +01:00
de19906181 Fixed the section used for sub-engines 2012-11-09 17:08:06 +01:00
b54a872e09 Also parsing the DSN for PostgreSQL databases 2012-11-09 16:55:30 +01:00
5758f775f5 Expect integers instead of longs within prepared statements 2012-11-06 15:09:24 +01:00
37a7de0001 Use the proper path to the engine backends 2012-11-05 22:00:43 +01:00
6c220ec715 Let the API be documented 2012-10-30 20:04:39 +01:00
19fd5a0f2e Also install libDatabase.so 2012-10-30 02:07:04 +01:00
870137241a Partially support the PostgreSQL backend in the PDO pseudo-engine 2012-10-29 21:51:06 +01:00
02aa98967b Also install the header for libDatabase 2012-10-29 21:36:18 +01:00
c3201896e8 Integrated libDatabase with pkg-config 2012-10-29 21:27:16 +01:00
e5bdcf5192 Renamed src/database to src/engines for consistency 2012-10-29 21:21:31 +01:00
3b63c88c3f Added the PDO pseudo-engine 2012-10-29 21:16:33 +01:00
6e710609f7 Building and installing the libDatabase shared library
Moved the modules to $(LIBDIR)/Database/engine
2012-10-29 21:01:30 +01:00
e933ec7618 Initial import 2012-10-29 02:49:21 +01:00
efc80b939e Initial import 2012-10-29 02:30:47 +01:00