issues
search
digital-fabric
/
extralite
Ruby on SQLite
http://www.rubydoc.info/gems/extralite
MIT License
253
stars
8
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Parameter binding not working.
#79
joshuapinter
closed
2 months ago
2
Move from including the sqlite amalgamation source code to more modern approach
#78
noteflakes
opened
5 months ago
0
Add default pragma values for newly opened databases
#77
noteflakes
opened
5 months ago
1
Custom transforms for creating arbitrarily complex POROs with identity maps
#76
noteflakes
opened
5 months ago
6
Update performance numbers in README
#75
noteflakes
opened
5 months ago
1
Update SQLite to 3.46.0 and release v2.8.2
#74
gschlager
closed
5 months ago
1
Version 2.8.1
#73
gschlager
closed
7 months ago
1
`execute` didn't work when SQL ends with a comment
#72
gschlager
closed
7 months ago
1
Database#pragma returns only 1 result and raw values, even for complex result sets
#71
fractaledmind
opened
8 months ago
2
Set busy_timeout using the sequel adapter
#70
lazaronixon
closed
9 months ago
1
Better query mode names
#69
noteflakes
closed
9 months ago
0
Improve on_progress
#68
noteflakes
closed
9 months ago
0
Streamline and improve query methods
#67
noteflakes
closed
9 months ago
2
Implement changesets
#66
noteflakes
closed
9 months ago
0
Implement progress handler
#65
noteflakes
closed
10 months ago
0
Implement an ActiveRecord adapter
#64
noteflakes
opened
10 months ago
2
Improve documentation
#63
noteflakes
closed
9 months ago
0
Add progress handler callback
#62
noteflakes
closed
10 months ago
0
Implement #batch_query methods (fix #53)
#61
noteflakes
closed
10 months ago
1
Add support for opening a BLOB for incremental I/O
#60
noteflakes
opened
10 months ago
0
Seg fault when running script
#59
fractaledmind
closed
10 months ago
10
Add API for changesets
#58
noteflakes
closed
9 months ago
0
Sequel adapter can't be used with setup_regexp_function: true
#57
paddor
closed
10 months ago
2
add cached regexp support (WIP)
#56
paddor
closed
10 months ago
1
Should prepared statements cache indexes of named parameters?
#55
gschlager
closed
9 months ago
3
Script hangs with busy_timeout set for conflicting transactions
#54
fractaledmind
closed
10 months ago
5
Add `#batch_query` methods that return aggregate query results
#53
noteflakes
closed
10 months ago
1
Improve batch execute
#52
noteflakes
closed
10 months ago
0
Allow creating a copy of a `Query` instance
#51
noteflakes
closed
10 months ago
0
Extralite cannot be used in a Ractor
#50
noteflakes
closed
10 months ago
0
Add `Query#<<` as alias to `Query#batch_execute`
#49
noteflakes
closed
10 months ago
0
Add useful options when initializing a `Database`
#48
noteflakes
closed
10 months ago
0
Add ability to batch execute queries from an `Enumerable`
#47
noteflakes
closed
10 months ago
0
Implement GVL release threshold
#46
noteflakes
closed
10 months ago
0
Implement parameter transform
#45
noteflakes
closed
10 months ago
3
Remove redundant method calls
#44
gschlager
closed
10 months ago
0
Add support for binding large numbers and symbols
#43
gschlager
closed
10 months ago
0
Implement Database#transaction
#42
noteflakes
closed
10 months ago
6
Add Database#transaction method
#41
noteflakes
closed
10 months ago
0
Add support for binding BLOB values
#40
gschlager
closed
10 months ago
2
Add GVL mode
#39
noteflakes
closed
10 months ago
6
Degraded performance with multiple threads
#38
dbackeus
closed
10 months ago
7
Running Database#inspect on a closed instance raises error
#37
dbackeus
closed
11 months ago
0
Add EditorConfig and remove unused code
#36
gschlager
closed
11 months ago
0
Run tests with `extralite-bundle` in CI
#35
gschlager
closed
11 months ago
1
Prevent garbage collection of `trace` block
#34
gschlager
closed
11 months ago
0
Add callback for transforming unhandled binding parameters
#33
gschlager
closed
10 months ago
11
Update bundled SQLite code to version 3.44.2
#32
gschlager
closed
11 months ago
0
Script for updating SQLite source didn't work
#31
gschlager
closed
11 months ago
0
Add support for binding named parameters from Struct and Data classes
#30
gschlager
closed
11 months ago
1
Next