gwenn
|
bbd6c73daa
|
Rename get_limit to limit
And do not test default limits, only updated ones
|
2017-02-06 17:43:32 +01:00 |
|
gwenn
|
359ec914d2
|
Expose limits (#220)
|
2017-02-04 11:01:38 +01:00 |
|
John Gallagher
|
186da8d9ad
|
Merge pull request #217 from jgallagher/tosqloutput-derive-traits
Derive Clone, Debug, and PartialEq on ToSqlOutput.
|
2017-01-26 22:27:13 -05:00 |
|
John Gallagher
|
f790835a05
|
Bump version to 0.9.5
|
2017-01-26 22:03:34 -05:00 |
|
John Gallagher
|
8054ea4ab8
|
Derive Clone, Debug, and PartialEq on ToSqlOutput.
|
2017-01-26 22:02:20 -05:00 |
|
John Gallagher
|
6c8b65119f
|
Merge pull request #216 from jgallagher/upgrade-deps
Upgrade dependencies.
|
2017-01-25 19:14:05 -05:00 |
|
John Gallagher
|
ba3890d134
|
Update appveyor rust version
|
2017-01-25 18:05:29 -05:00 |
|
John Gallagher
|
36c5ed2ceb
|
Upgrade dependencies.
In libsqlite3-sys, skip printing system libraries. See
https://github.com/sfackler/rust-openssl/issues/554#issuecomment-274878088.
|
2017-01-25 18:01:03 -05:00 |
|
John Gallagher
|
b1ef396ca2
|
Add to CONTRIBUTORS
|
2017-01-25 17:40:49 -05:00 |
|
John Gallagher
|
29e276ef9d
|
Merge pull request #215 from reddraggone9/doc_comment_fix
Fix doc comment example of FromSql/ToSql
|
2017-01-25 17:40:08 -05:00 |
|
reddraggone9
|
57750fe6a6
|
Fix doc comment example of FromSql/ToSql
Update a doc test so that it compiles on master. Also remove the ignore
directive so that it runs with the rest of the test suite.
|
2017-01-24 22:57:42 -06:00 |
|
John Gallagher
|
d54aeb9c20
|
Merge pull request #214 from jgallagher/skip-linking-usr-lib-explicitly
Skip linking /usr/lib explicitly
|
2017-01-23 20:26:14 -05:00 |
|
John Gallagher
|
9d50a456c4
|
Bump libsqlite3-sys to 0.6.1
|
2017-01-23 20:18:08 -05:00 |
|
John Gallagher
|
f130f62b1a
|
Don't ask to link to /usr/lib directly if pkg-config fails to find SQLite.
|
2017-01-23 20:17:14 -05:00 |
|
John Gallagher
|
2b78e956dc
|
Merge pull request #213 from jgallagher/fix-clippy-warnings
Fix clippy warnings
|
2017-01-23 20:00:13 -05:00 |
|
John Gallagher
|
06583aadf2
|
fix clippy warnings
|
2017-01-23 19:46:49 -05:00 |
|
John Gallagher
|
dec9e76401
|
Bump to 0.9.3
|
2017-01-23 19:42:50 -05:00 |
|
John Gallagher
|
aa6c542202
|
Add impl ToSql for ToSqlOutput.
|
2017-01-23 19:42:02 -05:00 |
|
John Gallagher
|
354f45cbe2
|
Merge pull request #210 from jgallagher/check-integer-out-of-range
Check integer ranges in FromSql.
|
2017-01-22 20:13:03 -05:00 |
|
John Gallagher
|
e180ab15ce
|
Fix incomplete match under functions feature
|
2017-01-22 20:05:06 -05:00 |
|
John Gallagher
|
7b32713313
|
Bump to 0.9.2
|
2017-01-22 19:59:13 -05:00 |
|
John Gallagher
|
7c072bf55e
|
impl ToSql for i8,i16,u8,u16,u32
|
2017-01-22 19:55:49 -05:00 |
|
John Gallagher
|
68ae7de1d5
|
Update docs on Row::get
|
2017-01-22 19:42:51 -05:00 |
|
John Gallagher
|
846a59695c
|
Add range-checked FromSql impls for i8, i16, u8, u16, u32.
|
2017-01-22 19:40:48 -05:00 |
|
John Gallagher
|
1974ee573c
|
Add range checks for i32's FromSql impl.
|
2017-01-22 19:26:19 -05:00 |
|
John Gallagher
|
8562aa7f1f
|
Update Changelog
|
2017-01-20 15:27:54 -05:00 |
|
John Gallagher
|
179be37853
|
Bump to 0.9.1 for cargo categories
|
2017-01-20 15:26:38 -05:00 |
|
John Gallagher
|
a346361a25
|
Merge pull request #208 from jgallagher/cargo-categories-badges
Bump to 0.9.0 and add Cargo category and badges
|
2017-01-20 15:23:59 -05:00 |
|
John Gallagher
|
ea519c62c8
|
Bump to 0.9.0 and add Cargo category and badges
|
2017-01-20 15:16:26 -05:00 |
|
John Gallagher
|
0990ad89aa
|
Merge pull request #206 from gwenn/outdated
Upgrade serde, lazy-static and regexp dependencies
|
2017-01-13 15:22:03 -05:00 |
|
gwenn
|
efaa5e5d00
|
Upgrade serde, lazy-static and regexp dependencies
|
2017-01-13 21:16:31 +01:00 |
|
John Gallagher
|
b49e1d1a1c
|
Merge pull request #205 from jgallagher/fix-retry-close-failure
Fix close() returning a useful connection on failure.
|
2017-01-07 12:25:47 -05:00 |
|
John Gallagher
|
a1b295e507
|
Merge pull request #204 from jgallagher/silence-another-deprecated-reexport-warning
Silence another deprecation reexport warning.
|
2017-01-06 14:41:38 -05:00 |
|
John Gallagher
|
6709207453
|
Fix close() returning a useful connection on failure.
|
2017-01-06 14:32:27 -05:00 |
|
John Gallagher
|
f30edaf563
|
Silence another deprecation reexport warning.
|
2017-01-06 14:25:55 -05:00 |
|
John Gallagher
|
0d40bae940
|
Merge pull request #203 from jgallagher/silence-deprecation-warnings-on-reexport
Silence warnings about deprecations when exporting deprecated types.
|
2017-01-06 09:05:51 -05:00 |
|
John Gallagher
|
0b5d8339e1
|
Silence warnings about deprecations when exporting deprecated types.
|
2017-01-06 01:23:51 -05:00 |
|
John Gallagher
|
6186f6d4de
|
Merge pull request #202 from jgallagher/remove-unused-build.rs
Remove unused build.rs.
|
2017-01-06 01:19:18 -05:00 |
|
John Gallagher
|
f28ab620f3
|
Remove unused build.rs.
|
2017-01-06 01:11:17 -05:00 |
|
John Gallagher
|
4007c7d50f
|
Merge pull request #200 from jgallagher/make-close-retryable
Make Connection::close() return the connection on failure.
|
2017-01-03 20:07:20 -05:00 |
|
John Gallagher
|
3af91b36bf
|
Make Connection::close() return the connection on failure.
|
2017-01-03 20:00:29 -05:00 |
|
John Gallagher
|
914023ce9c
|
Merge pull request #198 from jgallagher/version-bump
Bump version to 0.8.0
|
2016-12-31 01:34:54 -05:00 |
|
John Gallagher
|
10bfd3d05c
|
Bump version to 0.8.0
|
2016-12-31 01:25:44 -05:00 |
|
John Gallagher
|
4c8b0ab6dd
|
Merge pull request #181 from gwenn/clippy
Fix clippy warnings
|
2016-12-31 01:23:40 -05:00 |
|
John Gallagher
|
7fbb9d3e15
|
Merge pull request #197 from jgallagher/add-bundled-feature
Added feature "bundled" to provide a fully self-contained cross-platform build.
|
2016-12-31 01:19:50 -05:00 |
|
John Gallagher
|
97b06368d4
|
Add appveyor CI test for standard build with bundled SQLite
|
2016-12-31 01:09:21 -05:00 |
|
John Gallagher
|
35353eb642
|
Revert version bump for now
|
2016-12-31 01:08:24 -05:00 |
|
John Gallagher
|
83b481aade
|
Update Changelog with bundled feature
|
2016-12-31 01:05:54 -05:00 |
|
John Gallagher
|
432966ac77
|
Add explicit bundled build to CI checks
|
2016-12-31 01:04:25 -05:00 |
|
John Gallagher
|
7a00d18c67
|
Add to CONTRIBUTORS
|
2016-12-31 01:03:44 -05:00 |
|