Commit graph

30 commits

Author SHA1 Message Date
Ernesto Castellotti
1c77cdad29 Update header of sqlite3 to 3.33.0 2020-10-02 02:16:56 +02:00
Ernesto Castellotti
9ad970aadf
Update header of sqlite3 to 3.30.1
Like the previous PR (dlang#6997) I updated the SQLite 3 header to the latest version available
Signed-off-by: Ernesto Castellotti <erny.castell@gmail.com>
2019-10-20 15:43:11 +02:00
David Gileadi
775bcdee51 Turn on -preview=markdown 2019-07-04 10:28:30 -07:00
Ernesto Castellotti
a724c9a042 Update SQLite3 to 3.28.0 2019-05-17 18:14:15 +02:00
Jack Stouffer
4ce5d44dbb Use underscores for number literals with five or more digits 2017-02-23 09:45:49 -05:00
Sebastian Wilzbach
ef7be4b60d Automatically add spaces to binary operators (<<)
command:

sed -E "s/([[:alnum:]]) << ([[:alnum:]])/\1 << \2/g" -i **/*.d
sed -E "s/([[:alnum:]])<< ([[:alnum:]])/\1 << \2/g" -i **/*.d
sed -E "s/([[:alnum:]]) <<([[:alnum:]])/\1 << \2/g" -i **/*.d
2017-02-23 00:57:47 +01:00
Sebastian Wilzbach
a2c6398332 Automatically add spaces to binary operators (==)
command:

sed -E "s/([[:alnum:]]) == ([[:alnum:]])/\1 == \2/g" -i **/*.d
sed -E "s/([[:alnum:]])== ([[:alnum:]])/\1 == \2/g" -i **/*.d
sed -E "s/([[:alnum:]]) ==([[:alnum:]])/\1 == \2/g" -i **/*.d
2017-02-23 00:57:47 +01:00
Sebastian Wilzbach
f891779f25 use the new alias syntax 2016-04-27 01:56:50 +03:00
Nicolas Sicard
186e7e5814 Removed trailing whitespace 2016-01-25 00:24:11 +01:00
Nicolas Sicard
153e78aefa The sqlite3 binding is valid up to version 3.10.2 2016-01-22 14:22:22 +01:00
Nicolas Sicard
57f84fe45d More whitespace fixes 2016-01-22 14:19:38 +01:00
Nicolas Sicard
4b1e5f8a6a Fixed whitespace 2016-01-20 22:51:02 +01:00
Nicolas Sicard
5c60f4c02a Updated sqlite3 to version 3.10.1 2016-01-20 08:58:35 +01:00
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