379 Commits

Author SHA1 Message Date
Jayson Reis
4fa8989faa Changes for core review 2018-07-10 21:32:29 +02:00
Jayson Reis
beda4c82c8
Change column_name to &str to avoid double allocation 2018-06-25 17:56:05 +02:00
Jayson Reis
fce61e13ad
Implement sqlite3_column_name and helper function to return column names 2018-06-22 15:39:52 +02:00
Ivan Ukhov
e0793a38a6 Run rustfmt (nightly) 2017-08-26 07:52:28 +02:00
Ivan Ukhov
7c5d11120a Bump the version number 2017-08-24 10:26:06 +02:00
Ivan Ukhov
47e36dc392 Move the columns method of Cursor 2017-08-24 10:25:37 +02:00
Ivan Ukhov
3119f63fec Add as_raw to Cursor 2017-08-24 10:24:54 +02:00
Ivan Ukhov
d1583158a3 Bump the version number 2017-08-23 10:18:54 +02:00
Ivan Ukhov
090deb80ac Move a couple of functions 2017-08-23 10:18:50 +02:00
Ivan Ukhov
6c1ddbf184 Add as_raw to Connection and Statement 2017-08-23 10:13:59 +02:00
Ivan Ukhov
8b3e284771 Make a cosmetic adjustment 2017-08-23 10:13:05 +02:00
Ivan Ukhov
9aba31e37c Adjust the formatting of the macros 2017-08-23 10:09:04 +02:00
Ivan Ukhov
742837660d Bump the version number 2017-08-23 08:08:16 +02:00
Ivan Ukhov
1ed353756e Make it compile on stable 2017-08-23 08:06:53 +02:00
Ivan Ukhov
24f63fc0c9 Bump the version number 2017-08-23 06:06:18 +02:00
Ivan Ukhov
b3b10acd2a Fix styles 2017-08-23 06:06:04 +02:00
Ivan Ukhov
ec8ecc7f04 Add a badge for the documentation 2017-08-22 17:51:45 +02:00
Ivan Ukhov
c56e975381 Fix a missing comma 2017-08-22 17:50:23 +02:00
Ivan Ukhov
9d904ddd43 Bump the version number 2017-08-22 17:48:54 +02:00
Ivan Ukhov
c1df7750dc Add the readme attribute 2017-08-22 17:48:48 +02:00
Ivan Ukhov
08c4dec645 Update the examples according to rustfmt 2017-08-22 17:47:44 +02:00
Ivan Ukhov
006027159b Run rustfmt 2017-08-22 17:41:34 +02:00
Ivan Ukhov
4759cb346d Update the license 2017-02-11 09:49:40 +01:00
Ivan Ukhov
fa6dc9619c Update the dependencies 2017-02-11 09:49:16 +01:00
Ivan Ukhov
a8ebd7bdaa Add categories and keywords 2017-01-25 17:16:42 +01:00
Ivan Ukhov
0b14585c52 Bump the version number 2016-11-30 13:24:02 +01:00
Ivan Ukhov
3b91ef662c Update the authors list 2016-11-30 13:23:57 +01:00
Ivan Ukhov
2cfd870ed3 Merge pull request #6 from tomaka/patch-1
Implement Send for Connection
2016-11-30 13:22:15 +01:00
tomaka
85495e8a96 Implement Send for Connection 2016-11-30 12:53:32 +01:00
Ivan Ukhov
ac648f4ae1 Fix styles 2016-11-08 09:12:33 +01:00
Ivan Ukhov
1cae7d018a Switch to docs.rs for documentation 2016-11-05 11:34:15 +01:00
Ivan Ukhov
09a1557468 Introduce the linkage feature 2016-07-03 20:08:17 +02:00
Ivan Ukhov
1513a3444e Make a cosmetic adjustment 2016-06-17 13:08:24 +02:00
Ivan Ukhov
137ce0e7fe Refine the usage example 2016-06-16 10:55:14 +02:00
Ivan Ukhov
7778cd4be3 Update Travis’ configuration 2016-06-15 19:47:36 +02:00
Ivan Ukhov
730c3b7957 Update Travis’ configuration 2016-06-15 19:45:56 +02:00
Ivan Ukhov
d307a90c34 Update the dependencies 2016-06-15 19:44:41 +02:00
Ivan Ukhov
72861e923b Bump the version number 2016-05-22 19:37:47 +02:00
Ivan Ukhov
49002ea4c9 Eliminate warnings 2016-05-22 19:36:25 +02:00
Ivan Ukhov
b4411bce1d Update the dependencies 2016-05-22 19:27:19 +02:00
Ivan Ukhov
7680c08f39 Run tests on OS X as well 2016-02-29 08:34:22 +01:00
Ivan Ukhov
49768a948c Bump the version number 2016-02-28 17:40:52 +01:00
Ivan Ukhov
846c90952b Update sqlite3-sys 2016-02-28 17:40:38 +01:00
Ivan Ukhov
2b572428d1 Fix a typo 2016-02-28 13:12:32 +01:00
Ivan Ukhov
1b05ee3937 Bump the version number 2016-02-28 13:12:08 +01:00
Ivan Ukhov
bb680f73c6 Extend the authors list 2016-02-28 13:12:03 +01:00
Ivan Ukhov
f33b528538 Reexport the features of sqlite3-sys 2016-02-28 13:11:44 +01:00
Ivan Ukhov
45508fb2b6 Fix a typo 2016-02-28 13:05:01 +01:00
Ivan Ukhov
d83232ef8f Merge branch 'istankovic-master' 2016-02-28 13:04:43 +01:00
Ivan Stankovic
fc52cb5627 Reexport sqlite3-sys feature sqlcipher. 2016-02-28 12:19:28 +01:00