Paweł Chmielowski
67072ab358
Release v1.1.6
2020-12-10 14:59:08 +01:00
Paweł Chmielowski
093dedefa7
Fix compilation on macos 11.0
2020-12-10 14:56:46 +01:00
Paweł Chmielowski
8cd942c650
Release v1.1.5
2020-12-08 14:55:42 +01:00
badlop
647c172c46
Merge pull request #5 from brigadier/patch-1
...
Handle rebar3 version strings such as "3.14.1+build.4750.refd11ceb4f"
2020-11-11 12:23:25 +01:00
Evgeny M
0d41305b1c
Handle rebar3 version strings such as "3.14.1+build.4750.refd11ceb4f"
2020-09-17 08:11:00 +03:00
Badlop
5d23562447
Bump version to 1.1.8
2020-07-20 15:36:18 +02:00
Mickaël Rémond
58155dcd23
Merge pull request #3 from badlop/fixtravis
...
Update Travis setup to compile with up to 23.0. Update Rebar
2020-07-20 10:58:44 +02:00
Badlop
118c5f02f9
Update Travis setup to compile with up to 23.0. Update Rebar
2020-06-16 16:28:35 +02:00
Paweł Chmielowski
1fec20ebc7
Bump version to 1.1.7
2020-06-03 13:41:00 +02:00
Paweł Chmielowski
c31585341e
Remove erl_interface include, it's not required and causes problems on 23
2020-05-22 09:30:18 +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
Paweł Chmielowski
1a0b5a9b02
Make it compile correctly on rebar3
2017-11-06 11:47:32 +01:00
Mickaël Rémond
3764fd1d7f
Merge pull request #2 from alexeyr/master
...
Merge upstream fixes
2017-01-23 12:16:48 +01:00
Alexey Romanov
7cf50f8589
Merge pull request #46 from aantonyan/master
...
Fixed compile warning
2016-05-10 13:03:04 +04:00
Aram Antonyan
b054133c87
Fixed compile warning
...
When you compile project it returns following warning:
> c_src/sqlite3_drv.c: In function ‘exec_async_command’:
> c_src/sqlite3_drv.c:459:7: warning: too many arguments for format
> [-Wformat-extra-args]
LOG_ERROR("driver_async call failed", 0);
This patch fixes mentioned warning.
2016-05-09 18:19:53 +00:00
Alexey Romanov
0988371a69
Merge pull request #45 from mrcsparker/mac_hash_fix
...
Mac OS X hash.c issue
2016-02-22 23:34:41 +03:00
Chris Parker
003aa8a31a
Fixed issue #42
...
Mac OS X hash.c issue.
2016-02-22 01:03:40 -06: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
Alexey Romanov
8350dc6038
Merge pull request #40 from NineFX/fix-osx
...
Fix OS X
2015-08-09 20:59:42 +03:00
Drew Varner
4699529530
Fix OS X
...
This is my second/better attempt at fixing the OS X build. This build
explicitly includes the sqlite3 amalgamation files. sqlite shipped on
OS X is old. It doesn't support extensions. This change allows users to
build erlang-sqlite3 on OS X and pass tests.
2015-08-09 12:04:30 -04:00
Alexey Romanov
da7efb50f4
Merge pull request #39 from NineFX/add-17dot4-support
...
Add 17.4 support
2015-08-09 17:34:43 +03:00
Drew Varner
0fe21c9039
Add 17.4 support
...
Erlang 17.4 added a new driver entry, `emergency_close`. This
patch tests for it by driver versions and adds an initializer if
necessary. This patch also adds new Erlang versions to the Travis CI config
to test the new driver field.
2015-08-09 10:19:38 -04:00
Alexey Romanov
8166e79762
Merge pull request #37 from NineFX/bump-amalgation
...
Bump SQLite amalgation
2015-08-06 07:26:10 +03:00
Drew Varner
4402da976f
Bump SQLite amalgation
...
Updates the amalgation to the latest version.
2015-08-05 22:23:13 -04:00
Alexey Romanov
d8601fe5cf
Merge pull request #36 from NineFX/remove-unused-variable
...
Remove unused variable
2015-07-25 20:08:48 +03:00
Drew Varner
7a4fbf6f04
Remove unused variable
...
Remove unused variable `ExpectedTableInfo` in `test/sqlite3_test.erl`.
2015-07-25 12:58:41 -04:00
Alexey Romanov
d1e38b1b36
Merge pull request #35 from NineFX/add-missing-export
...
Add missing export
2015-07-25 19:54:25 +03:00
Drew Varner
c73b77420c
Add missing export
...
Export `sqlite3:changes/2`
2015-07-25 11:29:46 -04:00
Alexey Romanov
7a410a9255
Merge pull request #34 from NineFX/brew-fix
...
Fix OS X compilation
2015-07-24 21:08:52 +03:00
Drew Varner
e408b6bd05
Fix OS X compilation
...
This causes the port driver to use the `brew` version of SQLite on OS X
(darwin). This version is more up-to-date an includes functionality like
loading extensions.
2015-07-23 16:07:40 -04:00
Alexey Romanov
4ce6211e10
Merge pull request #33 from saa/saa-add_changes_fun
...
Add get changes
2015-03-16 00:05:03 +03: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
208eb16cc7
Revert "Removed unneeded sqlite3_threadsafe() check"
...
This reverts commit 2258c7bb73 .
Conflicts:
c_src/sqlite3_drv.c
2014-10-18 18:09:00 +04:00
Alexey Romanov
c4aabf253f
Updated rebar
2014-10-18 09:15:01 +04:00
Alexey Romanov
34d060b817
More organized .gitignore
2014-10-18 09:14:48 +04:00
Alexey Romanov
9a5bd3b86b
Version bump
2014-10-17 23:46:20 +04:00
Alexey Romanov
ef7f1a91ad
Get rid of a warning on Windows
2014-10-17 23:43:04 +04:00
Alexey Romanov
16ddd2cd03
Ignore non-negative driver_async return values
2014-10-17 23:41:16 +04:00
Alexey Romanov
7e33050475
Comment fixed
2014-10-17 23:41:16 +04:00
Alexey Romanov
2258c7bb73
Removed unneeded sqlite3_threadsafe() check
...
Since the database is accessed from 1 thread only
thanks to `key` parameter of `driver_async`.
In fact we could previously potentially access the
same DB twice from different emulator threads
precisely when SQLite3 is compiled in single-thread
mode.
2014-10-17 23:41:15 +04:00
Alexey Romanov
87b88eb1c4
Allow driver instances to use different threads
2014-10-17 23:40:45 +04:00
Alexey Romanov
5336f2f9c8
Extracted common code
2014-10-17 00:49:55 +04:00
Alexey Romanov
fbc5d9c44d
Fixed VC compiler warnings
2014-10-17 00:49:54 +04:00
Alexey Romanov
64b3f9a943
Version bump to 1.1.3
2014-10-13 10:19:36 +04:00