Skip to content

Pull requests: elixir-sqlite/exqlite

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

First steps towards DB Connection
#2 by dmitriid was merged Feb 20, 2021 Loading… updated Feb 20, 2021
Add github workflow
#4 by warmwaffles was merged Feb 20, 2021 Loading… updated Feb 20, 2021
Db Connection implementation: handle_execute + prepare + bind
#3 by dmitriid was merged Feb 20, 2021 Loading… updated Feb 20, 2021
Adds nested transaction support
#5 by warmwaffles was merged Feb 21, 2021 Loading… updated Feb 21, 2021
Adds ETS for query caching
#7 by warmwaffles was merged Feb 22, 2021 Loading… updated Feb 22, 2021
Connection.handle_close/3
#6 by dmitriid was closed Feb 22, 2021 Loading… updated Feb 22, 2021
Storage tests
#8 by dmitriid was merged Feb 24, 2021 Loading… updated Feb 24, 2021
Fix: proper return values for some ecto functions
#10 by dmitriid was merged Feb 26, 2021 Loading… updated Feb 26, 2021
Set transaction status
#11 by dmitriid was merged Feb 26, 2021 Loading… updated Feb 26, 2021
Adds Ecto Adapter help wanted Extra attention is needed
#1 by warmwaffles was closed Feb 26, 2021 Draft updated Feb 26, 2021
Add files option to project options (hex package)
#20 by Eiji7 was merged Mar 1, 2021 Loading… updated Mar 1, 2021 1.0
fix cte update_all test and underlying functionality
#19 by kevinlang was merged Mar 1, 2021 Loading… updated Mar 1, 2021 1.0
fix error where specifying table name prefix in SET
#22 by kevinlang was merged Mar 1, 2021 Loading… updated Mar 1, 2021 1.0
fix 'update all' test
#24 by kevinlang was merged Mar 1, 2021 Loading… updated Mar 1, 2021 1.0
Fixes streaming
#25 by warmwaffles was merged Mar 1, 2021 Loading… updated Mar 1, 2021
Add structure_dump/load to support mix ecto.dump/load
#27 by dmitriid was merged Mar 1, 2021 Loading… updated Mar 2, 2021
Handle nulls properly
#29 by warmwaffles was merged Mar 3, 2021 Loading… updated Mar 3, 2021 1.0
Adds LRU functionality to prepared query cache
#31 by warmwaffles was merged Mar 4, 2021 Loading… updated Mar 4, 2021 1.0
fix delete specifying table qualifier
#32 by kevinlang was merged Mar 6, 2021 Loading… updated Mar 6, 2021
handle :transaction mode used by SQL.Sandbox
#33 by kevinlang was merged Mar 6, 2021 Loading… updated Mar 6, 2021
include state in error tuple
#34 by kevinlang was merged Mar 6, 2021 Loading… updated Mar 6, 2021
Fix stale entry error
#36 by warmwaffles was merged Mar 6, 2021 Loading… updated Mar 6, 2021
fix missing lock_for_migrations callback, add solution to database is locked
#37 by kevinlang was merged Mar 7, 2021 Loading… updated Mar 7, 2021
enable sandboxing for tests
#38 by kevinlang was merged Mar 8, 2021 Loading… updated Mar 8, 2021
Adds QueryCache behaviour
#39 by warmwaffles was closed Mar 8, 2021 Loading… updated Mar 8, 2021 1.0
ProTip! Type g i on any issue or pull request to go back to the issue listing page.