Commit Graph

179 Commits

Author SHA1 Message Date
Noah Metz
5703b047a8 Added additional string to configure update/delete actions 2024-01-25 22:38:32 -07:00
Noah Metz
15eaabebc8 Added foreign_key table constraint 2024-01-25 22:20:50 -07:00
Paweł Chmielowski
0fc8ec99fa Release 1.1.14 2023-01-17 11:05:51 +01:00
Paweł Chmielowski
a68c21ff01 Release 1.1.13 2021-07-21 11:08:36 +02:00
Badlop
ca499cf576 Release 1.1.12 2021-03-24 22:25:44 +01:00
Badlop
a43f2cc4c3 Fix wrong gen_server spec detected by Dialyzer 2021-02-23 13:51:13 +01:00
Paweł Chmielowski
cc13971501 Release 1.1.11 2021-01-28 10:40:07 +01:00
Paweł Chmielowski
b2175f800b Release 1.1.10 2021-01-27 11:38:22 +01:00
Mickael Remond
3521791da1 Update version and remove deprecated attribute 2020-12-10 15:32:23 +01:00
Paweł Chmielowski
67072ab358 Release v1.1.6 2020-12-10 14:59:08 +01:00
Paweł Chmielowski
8cd942c650 Release v1.1.5 2020-12-08 14:55:42 +01:00
Badlop
5d23562447 Bump version to 1.1.8 2020-07-20 15:36:18 +02:00
Paweł Chmielowski
1fec20ebc7 Bump version to 1.1.7 2020-06-03 13:41:00 +02:00
Paweł Chmielowski
cedc45a668 Bump version 2018-01-30 11:11:03 +01:00
Paweł Chmielowski
c3d6b25cbd Include rebar.config.script in hex.pm package 2018-01-30 10:24:48 +01:00
Mickael Remond
6ee3570060 Metadata ready for hex.pm release 2016-01-22 17:24:32 +01:00
Mickael Remond
4b5936e418 Metadata for Hex.pm 2016-01-22 17:03:50 +01:00
Alexey Romanov
cbc3505f7a Use binary:replace instead of re:replace to handle Latin-1 binaries
Fixes #43
2015-12-21 15:21:02 +03:00
Drew Varner
c73b77420c Add missing export
Export `sqlite3:changes/2`
2015-07-25 11:29:46 -04:00
Sergey Abramyan
84cd542eb0 Add get changes 2015-03-15 23:51:33 +03:00
Alexey Romanov
32149a35ad Add fallback for constraint parsing 2015-03-02 10:27:47 +03:00
Alexey Romanov
a4f1d990a0 Improved initial connection check 2014-10-23 00:06:22 +04:00
Alexey Romanov
174d3cbe8f Version bump 2014-10-18 18:12:23 +04:00
Alexey Romanov
9a5bd3b86b Version bump 2014-10-17 23:46:20 +04:00
Alexey Romanov
7e33050475 Comment fixed 2014-10-17 23:41:16 +04:00
Alexey Romanov
64b3f9a943 Version bump to 1.1.3 2014-10-13 10:19:36 +04:00
Alexey Romanov
47ef78b5ed Formatting 2014-10-13 09:53:14 +04:00
Alexey Romanov
ed2ae9d2a9 Version bump to 1.1.2 2014-10-12 20:48:55 +04:00
Alexey Romanov
ef325f5cee Removed a no-op when closing DB 2014-10-12 20:47:38 +04:00
Alexey Romanov
a8f15a4415 Version bump to 1.1.1 2014-10-11 14:09:42 +04:00
Alexey Romanov
0f754839ae Change version number to 1.1.0 2014-10-10 13:00:43 +04:00
Alexey Romanov
d125bcba07 Allow raw constraints for tables as well 2014-10-10 10:35:31 +04:00
Alexey Romanov
9b9448dcdd Merge remote-tracking branch 'stentroad/custom' 2014-10-10 10:28:39 +04:00
Max Lapshin
3e306069c8 support for encoding true/false to sqlite 2013-08-15 17:26:57 +04:00
Max Lapshin
a1dc034b3e adding columns to table
calling add_column_sql in database server
2013-08-15 13:59:28 +04:00
Max Lapshin
2ef8969344 Add sqlite3:add_columns 2013-08-10 16:59:47 +04:00
Max Lapshin
483063e9b2 Added add_columns_sql
Need to add columns to table.
2013-08-10 16:58:14 +04:00
Alexey Romanov
d338b966ec Support for anonymous DB processes 2013-03-25 22:47:09 +04:00
Alexey Romanov
f44890c223 Merge pull request #20 from rflynn/master
minor bugfixes
2013-03-23 10:59:50 -07:00
Ryan Flynn
9a28ba1651 correct 'Other' double-use 2013-03-23 11:31:58 -04:00
Alexey Romanov
df6bd9bd90 Merged from rflynn/write_many_nestable 2013-01-03 09:35:33 +04:00
Ryan Flynn
14874a9776 make write_many nestable via SAVEPOINT instead of BEGIN/COMMIT 2013-01-02 15:54:51 -05:00
Brian Stubbs
eab6ce1fcc Allow raw sql in create_table (used for foreign keys). 2012-11-07 12:05:13 -02:00
Alexey Romanov
e417a95f53 Fixes for extension loading 2012-09-14 17:17:34 +04:00
booo
20298aad29 First implementation for enable_load_extension
TODO: Wait for the reply of the port driver
2012-07-24 16:14:33 +02:00
Alexey Romanov
c8d711a53e Added a way to distinguish port exit in error tuples 2012-06-18 14:36:54 +04:00
booo
48568f0eaf src/sqlite3.erl: remove unnecessary calls to error_logger (fix #10) 2012-06-14 18:11:23 +02:00
booo
a95bb19811 src/sqlite3.erl: remove white spaces 2012-06-14 17:45:32 +02:00
Alexey Romanov
a1e3fbc4b0 Fixed handling of errors after columns are determined 2012-04-19 16:40:16 +04:00
Alexey Romanov
8f65e13669 Removed redundant @spec tags 2012-02-24 17:26:32 +04:00