Adam D. Ruppe
99a332ad76
binding overhaul
2024-06-10 15:22:49 -04:00
Adam D. Ruppe
89252d46e4
clear all opend deprecations
2024-03-30 22:00:29 -04:00
Adam D. Ruppe
402c28a73e
some more bugs and docs
2024-02-12 07:15:30 -05:00
konradh
08d072806c
fix(sqlite): improve floating-point precision
...
This adds support for values of type double when binding values to a
query. Prior to this, doubles would be converted to a string and only
be stored with 6 digits of precision in the database.
Additionally, floats stored in the database were converted to strings
when retrieved and therefore be reduced to 6 digits of precision, too.
2023-11-05 16:03:18 +01:00
Adam D. Ruppe
6b96fb87d6
starting to move away from strings
2023-07-31 12:28:01 -04:00
John Colvin
3f1de5a834
trailing whitespace
2023-03-05 13:16:36 +00:00
Adam D. Ruppe
6313c4a784
change of binary data - POTENTIALLY BREAKING - test your code
2022-08-02 12:08:53 -04:00
Adam D. Ruppe
fa05d490a1
uncomment the 11+ year old v2 open code, it is well supported now lol
2022-07-29 09:50:01 -04:00
Adam D. Ruppe
fe84ef7707
good stuff
2022-01-29 15:36:36 -05:00
Adam D. Ruppe
671aacf86d
little things
2021-11-27 22:21:05 -05:00
Adam D. Ruppe
8d57ff1f5e
basic header docs of all public modules
2019-12-06 22:57:49 -05:00
Adam D. Ruppe
acb833d724
lots of compatibility
2019-07-08 11:03:26 -04:00
Adam D. Ruppe
03315adfa6
so much amazing stuff
2019-07-07 22:44:11 -04:00
Adam D. Ruppe
4953cba8fa
offer static linking option
2019-07-06 22:51:14 -04:00
Adam D. Ruppe
4748b8009a
spurious deprecations
2019-06-23 16:49:50 -04:00
Andre Polykanine
4df6a9b08b
SQLite: Fix spelling typo
2018-12-04 23:43:19 +02:00
Adam D. Ruppe
0c31235bec
deprecation useless
2018-09-06 19:54:19 -04:00
Adam D. Ruppe
f5ac3ed854
bunch of fixes and convenience
2018-06-08 16:08:04 -04:00
H. S. Teoh
43b05da92a
Extract SQLITE_INTEGER as 64-bit int.
...
Downcasting to 32-bit should be lossless for 32-bit fields.
2017-12-12 22:06:58 -08:00
H. S. Teoh
ba4c0ea13a
Bind 64-bit int values.
2017-12-12 21:57:11 -08:00
H. S. Teoh
47bacf0456
Range API needs size_t for .length.
2017-12-12 17:58:12 -08:00
Adam D. Ruppe
5d2836489d
dmd v2.071.0 updates
2016-04-07 00:15:11 -04:00
Adam D. Ruppe
c713cd6b63
selector bugs
2016-02-27 13:20:02 -05:00
Adam D. Ruppe
90b3b083de
dmd warnings (thanks ketmar)
2014-10-22 11:06:05 -04:00
Adam D. Ruppe
07f7494861
updates for deprecated features
2013-10-22 13:40:17 -04:00
Trass3r
5b12187850
some x64 fixes
2011-11-09 02:58:52 +01:00
Adam D. Ruppe
391628e3d0
adding the existing stuff
2011-07-15 08:48:59 -04:00