379 Commits

Author SHA1 Message Date
Ivan Ukhov
475fa14c0c Drop the lifetime parameter of Database 2015-06-01 11:39:22 -04:00
Ivan Ukhov
2cdf79bca0 Fix the lifetime binding of Database::open 2015-06-01 11:23:02 -04:00
Ivan Ukhov
c0c44e67b8 Bump the version number 2015-06-01 11:21:25 -04:00
Ivan Ukhov
6f14484f88 Implement Display for Error and ResultCode 2015-06-01 11:20:44 -04:00
Ivan Ukhov
7c0a85c655 Rename _phantom to phantom 2015-05-30 10:31:41 -04:00
Ivan Ukhov
1f4f6e9d70 Delegate the creation of statements to the statement module 2015-05-29 16:58:48 -04:00
Ivan Ukhov
d549a64686 Get rid of sqlite3_errstr 2015-05-29 16:41:34 -04:00
Ivan Ukhov
74dbee006f Bump the version number 2015-05-29 14:39:34 -04:00
Ivan Ukhov
ef550d6d75 Return error message from SQLite 2015-05-29 14:33:39 -04:00
Ivan Ukhov
4baf4517f8 Add Error::last 2015-05-29 14:15:01 -04:00
Ivan Ukhov
72ff84e686 Refactor Error handling 2015-05-29 14:04:39 -04:00
Ivan Ukhov
1d16210de7 Move Error and Result from lib.rs to separate modules 2015-05-29 13:50:05 -04:00
Ivan Ukhov
e56b3891bc A few minor adjustments 2015-05-29 13:34:48 -04:00
Ivan Ukhov
ae0a12444b Implement column reading 2015-05-29 13:08:02 -04:00
Ivan Ukhov
f7f9af43ed Implement prepared statements 2015-05-29 11:24:01 -04:00
Ivan Ukhov
1dfeee881b Move Database into a separate file 2015-05-29 09:44:06 -04:00
Ivan Ukhov
9f95b9f645 Bump the version number 2015-05-29 09:34:10 -04:00
Ivan Ukhov
e9d7efdf77 Describe ExecuteCallback 2015-05-29 09:29:45 -04:00
Ivan Ukhov
83fb866c60 Add an illustrative example 2015-05-29 09:25:39 -04:00
Ivan Ukhov
d17b371c4d Make Database::execute accept None 2015-05-29 09:04:00 -04:00
Ivan Ukhov
6bece46d5b Detail the test 2015-05-28 22:49:00 -04:00
Ivan Ukhov
056b5df6d4 Implement Database::execute 2015-05-28 22:40:15 -04:00
Ivan Ukhov
dc41fa1f68 Add a comment 2015-05-28 19:21:48 -04:00
Ivan Ukhov
af29001883 Add a comment 2015-05-28 19:21:25 -04:00
Ivan Ukhov
4431d24fd7 Adjust a comment 2015-05-28 19:20:58 -04:00
Ivan Ukhov
6ff668acd0 Implement Database::open 2015-05-28 19:19:08 -04:00
Ivan Ukhov
c92519df56 Add primary result codes 2015-05-28 18:36:05 -04:00
Ivan Ukhov
81d32ebe84 Set up Travis CI 2015-05-28 17:24:45 -04:00
Ivan Ukhov
e18b7f57ac Initialize the project 2015-05-28 17:21:43 -04:00