John Gallagher
68256a54ad
Merge pull request #144 from jgallagher/gwenn-chrono
...
From/ToSql for chrono types.
2016-05-16 10:13:42 -05:00
John Gallagher
4924c0b38b
rustfmt
2016-05-16 10:02:07 -05:00
John Gallagher
6a4abff462
Restore support for full RFC3339 timestamps with a space seperator
2016-05-16 09:27:50 -05:00
John Gallagher
6d9b268776
Add tests confirming DateTime works with " " seperator instead of "T"
2016-05-16 09:13:45 -05:00
John Gallagher
34d5e2db24
Always store DateTimes in UTC
2016-05-16 09:08:31 -05:00
John Gallagher
aa2b3b26bd
Add chrono note to Changelog
2016-05-15 22:39:18 -05:00
John Gallagher
88fb175b40
Limit Timespec representation to strings.
2016-05-15 22:30:11 -05:00
John Gallagher
07801ca370
Greatly reduce implementation of chrono types.
...
Limit ToSql/FromSql to string representations, and limit allowed string
representations to RFC3339 (if a timezone is expected) and SQLite's
`datetime()` format (if not).
2016-05-15 22:23:02 -05:00
John Gallagher
42bc173009
Only use strings for NaiveDate's ToSql/FromSql impl
2016-05-15 19:58:06 -05:00
John Gallagher
350dc59bb9
Remove unnecessary column_has_valid_sqlite_type impls
2016-05-15 15:32:59 -04:00
John Gallagher
e1aafb4eae
Merge pull request #143 from gwenn/lossy
...
Use String::from_utf8_lossy for error/trace.
2016-05-15 13:03:19 -04:00
gwenn
b20168fe9c
Use String::from_utf8_lossy for error/trace.
...
Try to use the original message even if there are invalid
characters.
2016-05-07 12:08:57 +02:00
gwenn
79376a4ca9
Partially fix the bug reported by @iwinux.
...
If microseconds are specified but no timezone indicator, parsing
fails...
2016-05-04 21:57:16 +02:00
gwenn
87844c688e
Fix clippy warning
2016-04-02 16:48:33 +02:00
gwenn
3769d085ae
Fix clippy warnings.
2016-04-02 13:57:55 +02:00
gwenn
73bd4a29f2
Merge remote-tracking branch 'jgallagher/master' into chrono
2016-03-30 18:02:48 +02:00
John Gallagher
254a0b4cd8
Note load_extension change in Changelog
2016-03-29 16:37:37 -04:00
John Gallagher
5e780d7fc3
Add supsuper to CONTRIBUTORS
2016-03-29 16:37:36 -04:00
John Gallagher
9fb16c46f9
Merge pull request #131 from upsuper/load_extension
...
Remove load_extension feature from the binding
2016-03-29 16:36:09 -04:00
John Gallagher
09dfa6afab
Move clippy allowance behind a cfg_attr
2016-03-29 16:36:00 -04:00
John Gallagher
d6e604af77
Merge pull request #137 from jgallagher/fix-nightly-crash
...
Fix crash due to 0-sized function type change in nightly
2016-03-29 16:32:23 -04:00
John Gallagher
43be3a84fa
Add bugfix to Changelog
2016-03-29 16:15:41 -04:00
John Gallagher
c0b8be99e8
Fix crash due to 0-sized function type change in nightly
2016-03-29 16:14:12 -04:00
John Gallagher
4a8a44d3d5
Add clippy to changelog
2016-03-29 16:14:02 -04:00
John Gallagher
b2951412f9
Merge pull request #136 from jgallagher/gwenn-clippy
...
Fix clippy warnings
2016-03-29 16:12:53 -04:00
John Gallagher
41fe698cec
Address additional clippy warnings
2016-03-29 14:18:56 -04:00
John Gallagher
2bd54578f5
Update clippy version and address new warnings
2016-03-29 11:54:02 -04:00
gwenn
ecac52dc4c
Make FromSql impl for TimeSpec support double/int.
2016-02-25 18:44:53 +01:00
gwenn
08d4d9aadf
Comment out TZ sensitive tests.
2016-02-23 18:34:08 +01:00
gwenn
df245d1718
Add chrono feature to CI files.
2016-02-23 18:28:39 +01:00
gwenn
33bc6edb4a
Test From/ToSQL for chrono types.
2016-02-23 18:18:56 +01:00
gwenn
bdb9823b07
Add From/ToSql impl. for chrono types.
2016-02-22 20:36:49 +01:00
gwenn
aea2f876d5
Try to fix regression with Rust stable.
2016-02-14 16:24:35 +01:00
gwenn
0fe1990d34
Fix clippy warnings
2016-02-14 16:11:59 +01:00
Xidorn Quan
d9fffaf797
Remove load_extension feature from the binding
2016-02-13 10:51:24 +08:00
John Gallagher
2cb6c59b3d
Merge pull request #129 from gwenn/rustfmt
...
Rustfmt
2016-02-02 15:19:50 -05:00
gwenn
24d5093ab8
Merge remote-tracking branch 'jgallagher/master' into rustfmt
2016-02-02 19:15:35 +01:00
gwenn
f529d130b9
Rustfmt
2016-02-02 19:12:00 +01:00
John Gallagher
6dd1476067
Merge pull request #128 from jgallagher/expose-database-handle
...
Add a `handle()` method to unsafely get the underlying SQLite connetion.
2016-02-02 10:38:21 -05:00
John Gallagher
d6d9fa9f63
Add handle() to Changelog
2016-02-01 15:23:05 -05:00
John Gallagher
350fd11fed
Add a handle()
method to unsafely get the underlying SQLite connection.
...
Doc comments suggest opening issues on rusqlite for any uses of
`handle()`, as uses indicate areas where rusqlite insufficiently wraps
SQLite.
2016-02-01 15:21:03 -05:00
John Gallagher
4c97a0b069
Merge pull request #126 from jgallagher/make-readme-less-scary
...
Remove scary lifetime-of-rows-may-panic from README.
2016-02-01 15:02:06 -05:00
John Gallagher
a793f8c8c5
Remove scary lifetime-of-rows-may-panic from README.
...
Closes #119 .
2016-02-01 14:30:51 -05:00
John Gallagher
4149389318
Add AppVeyor build status to README
2016-02-01 14:19:51 -05:00
John Gallagher
73e805a488
Update Changelog with changes from recent PR merges
2016-02-01 14:18:12 -05:00
John Gallagher
55dde134e1
Merge pull request #122 from gwenn/zeroblob
...
Introduce ZeroBlob struct.
2016-02-01 14:14:14 -05:00
John Gallagher
905edf84ef
Merge pull request #125 from gwenn/raw_pointer_derive
...
Fix warning with Rust 1.6
2016-02-01 14:13:37 -05:00
gwenn
2d0175b7dd
Fix warning with Rust 1.6
...
warning: lint raw_pointer_derive has been removed: using derive with raw
pointers is ok
2016-02-01 18:41:52 +01:00
gwenn
43613a0020
Moves ZeroBlob from types to blob module.
2016-02-01 18:13:07 +01:00
John Gallagher
f0902c95c3
Merge pull request #124 from jgallagher/gwenn-appveyor
...
Add CI on Windows platform via Appveyor
2016-02-01 11:48:38 -05:00