Commit graph

17 commits

Author SHA1 Message Date
Vladimir Panteleev
86cf380007 HTML fixes 2015-10-24 06:19:23 +00:00
Vladimir Panteleev
b1dfdf138b etc.c.sqlite3: Fix incorrect constness of sqlite3_err* functions
Introduced in 79b0531be3
2015-09-01 05:35:41 +00:00
Vladimir Panteleev
ac701a6cb9 etc.c.sqlite3: Fix and add missing declarations from SQLite 3.8.6
Fixes issue 14798
2015-09-01 05:32:55 +00:00
Robert burner Schadek
744766116b sqlite3 update
-- new enums
-- whitespace fixes
-- struct {}; to struct {}

quickfur
2014-10-02 15:02:57 +02:00
Andrei Alexandrescu
cda294749b Update sqlite3.d 2014-03-15 09:33:37 -07:00
Andrei Alexandrescu
d5694fdcd5 Update sqlite3.d 2014-03-15 09:33:09 -07:00
monarchdodra
fd8540072d Remove trailing white 2014-01-08 08:30:28 +01:00
1100110
72a3700332 Fix Typo in etc/c/sqlite3 2012-11-04 17:41:36 -06:00
Vladimir Panteleev
ff106ce830 etc.c.sqlite3: Annotate extern variables as such 2012-02-17 02:41:52 +02:00
Vladimir Panteleev
8c8767933c etc.c.sqlite3: Make global symbols __gshared.
This fixes linking errors on Linux/64 (possibly other configurations).
ld would complain about symbols being in TLS in D object files while
not being in TLS in libsqlite3.so.
2011-09-20 03:34:51 +02:00
Vladimir Panteleev
d41084b16c etc.c.sqlite3: Fix module name to confirm to filename/path
This fixes usage of this module with some build tools, e.g. rdmd.
2011-09-20 02:24:02 +03:00
Jesse Phillips
2c701aced8 Consistency for sqlite and const 2011-08-12 18:45:34 -07:00
Jesse Phillips
270d49ec58 In sqlite changed const char* to const(char)* 2011-08-12 18:29:54 -07:00
Jesse Phillips
79b0531be3 Make use of const and immutable in sqlite bindings 2011-08-12 18:21:38 -07:00
Jesse Phillips
1775d0f40d Added doc comments 2011-06-03 18:39:38 -07:00
Jesse Phillips
64bc68428c Update bindings.
Uses enum for constants.
Structs are no longer defined as being empty, only declared.
2011-05-29 11:41:38 -07:00
Jesse Phillips
1660bfdc1a Adding Sqlite3 bindings 2011-05-29 11:34:43 -07:00