gwenn
|
cabcaf3dcb
|
Better error reporting on invalid column type.
|
2016-05-26 21:03:05 +02:00 |
|
John Gallagher
|
8adb96131b
|
Remove now-unnecessary FFI re-exports.
|
2016-05-25 19:53:18 -04:00 |
|
John Gallagher
|
2f4990dafd
|
Rename BorrowedValue -> ValueRef.
|
2016-05-24 21:34:18 -04:00 |
|
John Gallagher
|
d9df23ca90
|
Fix doc comment example of FromSql implementation.
|
2016-05-24 20:12:29 -04:00 |
|
John Gallagher
|
4662b9b932
|
Allow FromSql::<f64> to work on SQLite integer values.
|
2016-05-24 20:05:32 -04:00 |
|
John Gallagher
|
9d47d5109a
|
Add doc comments for BorrowedValue and friends.
|
2016-05-24 19:48:26 -04:00 |
|
John Gallagher
|
c90cd37c00
|
Add types::BorrowedValue.
|
2016-05-23 21:48:56 -04:00 |
|
John Gallagher
|
dccfd7e801
|
Refactor: Extract ToSql into its own module.
|
2016-05-22 20:16:54 -04:00 |
|
John Gallagher
|
0e96e2269c
|
Refactor: Extract FromSql into its own module.
|
2016-05-22 20:01:03 -04:00 |
|
John Gallagher
|
30733a3688
|
Modify Rows::next to tie its lifetime to the returned Row.
This means Rows no longer implements Iterator, but it is no longer
possible to misuse it by accessing a stale Row handle.
|
2016-05-18 11:41:22 -05:00 |
|
gwenn
|
3a52dd65f0
|
Rustfmt
|
2016-05-16 19:52:17 +02:00 |
|
John Gallagher
|
b68e9e8a6f
|
Merge branch 'gwenn-chrono' into json
|
2016-05-15 22:41:06 -05:00 |
|
John Gallagher
|
350dc59bb9
|
Remove unnecessary column_has_valid_sqlite_type impls
|
2016-05-15 15:32:59 -04:00 |
|
gwenn
|
73bd4a29f2
|
Merge remote-tracking branch 'jgallagher/master' into chrono
|
2016-03-30 18:02:48 +02:00 |
|
gwenn
|
3a7c87b896
|
Merge remote-tracking branch 'jgallagher/master' into json
|
2016-03-30 17:58:36 +02:00 |
|
gwenn
|
3c1ce6428a
|
Implement FromSql/ToSql for serde_json Value
|
2016-02-25 19:06:37 +01:00 |
|
gwenn
|
ecac52dc4c
|
Make FromSql impl for TimeSpec support double/int.
|
2016-02-25 18:44:53 +01:00 |
|
gwenn
|
bdb9823b07
|
Add From/ToSql impl. for chrono types.
|
2016-02-22 20:36:49 +01:00 |
|