Ary Borenszweig
|
aa641a0fc7
|
travis: one more try
|
2016-03-17 12:12:03 -03:00 |
|
Ary Borenszweig
|
f14908e607
|
travis: try upgrading sqlite3 version
|
2016-03-17 11:41:10 -03:00 |
|
Ary Borenszweig
|
2ec0af7f76
|
travis: try installing sqlite
|
2016-03-17 11:33:46 -03:00 |
|
Ary Borenszweig
|
9d04b39e81
|
.travis.yml: try plain crystal configuration
|
2016-03-17 10:59:25 -03:00 |
|
Ary Borenszweig
|
eb8e4a6962
|
Simplify flags creation and usage
|
2016-03-17 10:58:47 -03:00 |
|
Ary Borenszweig
|
db48a03797
|
Merge pull request #6 from benjolitz/flag_support_and_dumping
Initial support/tests for SQLite flags and db dump
|
2016-03-17 10:53:10 -03:00 |
|
Ben Jolitz
|
c7260cd2cb
|
Seperate out LibSqlite3 enums as they do not change
This allows LibSQLite3 to be changed without breaking
anyone's code
|
2016-03-16 17:17:56 -07:00 |
|
Ben Jolitz
|
fa220a1c4c
|
Initial support/tests for SQLite flags and db dump
This commit adds a pass through for specifying SQLite3 flags. This is
an absolute requirement for being able to create in-memory DB
representations.
|
2016-03-14 19:53:51 -07:00 |
|
Brian J. Cardiff
|
07ba7d6d51
|
rename types
|
2016-02-18 18:52:49 -03:00 |
|
Brian J. Cardiff
|
1d52f93879
|
remove old code
|
2016-02-18 18:52:49 -03:00 |
|
Brian J. Cardiff
|
503868f434
|
update to last db design
|
2016-02-18 18:52:49 -03:00 |
|
Brian J. Cardiff
|
15417b7c38
|
update to 0-based positional arguments
add samples
|
2016-02-18 18:52:49 -03:00 |
|
Brian J. Cardiff
|
dd5c10ba6e
|
column types
update to connection_string
remove Driver.quote
|
2016-02-18 18:52:48 -03:00 |
|
Brian J. Cardiff
|
2e6e6ed7e5
|
add insert/select per type specs
add last_insert_id
add Driver.quote
|
2016-02-18 18:52:48 -03:00 |
|
Brian J. Cardiff
|
add75d86bf
|
update to refactored api
refactor specs
|
2016-02-18 18:52:48 -03:00 |
|
Brian J. Cardiff
|
5266a7e7b3
|
column_count, column_name, close statement
|
2016-02-18 18:52:48 -03:00 |
|
Brian J. Cardiff
|
63f98d18d1
|
add blob support
|
2016-02-18 18:52:48 -03:00 |
|
Brian J. Cardiff
|
82f68ed6cf
|
arguments support
|
2016-02-18 18:52:48 -03:00 |
|
Brian J. Cardiff
|
efa010e2ad
|
migrate to crystal std db. keeping old code side by side
|
2016-02-18 18:52:48 -03:00 |
|
Ary Borenszweig
|
67ef13caed
|
Merge pull request #5 from jhass/travis
Travis build
|
2016-01-29 13:47:58 -03:00 |
|
Brian J. Cardiff
|
ee0bc75e3a
|
Update to crystal 0.10.0
|
2016-01-28 21:06:40 -03:00 |
|
Jonne Haß
|
652308db5f
|
update readme for shards
|
2015-11-28 14:07:42 +01:00 |
|
Jonne Haß
|
2f2ae4dd41
|
enable travis
|
2015-11-28 14:05:10 +01:00 |
|
Ary Borenszweig
|
45fee52b98
|
Added shard.yml
|
2015-09-21 14:55:13 -03:00 |
|
Ary Borenszweig
|
5ab80b9f36
|
Updated to Crystal 0.8.0
|
2015-09-21 14:55:13 -03:00 |
|
Ary Borenszweig
|
3125ad0191
|
Merge pull request #2 from netfeed/result_set_columns
should return columns and not types
|
2015-09-07 10:04:31 -03:00 |
|
Ary Borenszweig
|
b98c31c506
|
Merge pull request #1 from jhass/ensure_close
Ensure close of statement
|
2015-09-07 10:04:19 -03:00 |
|
Jonne Haß
|
22d83727df
|
Ensure close of statement
|
2015-09-06 18:55:21 +02:00 |
|
Victor Bergoo
|
73cd7dbf05
|
should return columns and not types
|
2015-08-20 12:29:20 +02:00 |
|
Ary Borenszweig
|
5b08d2f48b
|
Remove travis for now...
|
2015-06-30 23:22:41 -03:00 |
|
Ary Borenszweig
|
d6cfeee85b
|
Added .travis.yml
|
2015-06-30 22:51:34 -03:00 |
|
Ary Borenszweig
|
d62185867b
|
Documentation and some refactors
|
2015-03-12 21:08:01 -03:00 |
|
Ary Borenszweig
|
d96255d766
|
Initial commit
|
2015-03-12 20:31:46 -03:00 |
|