issues
search
pharo-rdbms
/
Pharo-SQLite3
Community-owned official SQLite3 binding for Pharo
MIT License
22
stars
20
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Could not find symbol named: #sqlite3_close_v2 searching in module: '/usr/lib/libsqlite3.so.0'
#115
kedare
opened
2 months ago
0
Baseline changes for P13
#114
King-Ozymandias
opened
2 months ago
0
Add /usr/lib64 to unix64 search path
#113
robbie01
opened
3 months ago
1
Remove send to deprecated method Date class>>fromString:
#112
rko281
closed
4 months ago
0
Deprecated send of Date class>>fromString: in Pharo 12
#111
rko281
opened
6 months ago
0
use ivars instead of a dictionary
#110
vonbecmann
closed
10 months ago
1
SQLite3Table use a properties dictionary
#109
vonbecmann
closed
10 months ago
1
How to load with Glorp?
#108
labordep
opened
10 months ago
1
Cannot open a connection
#107
labordep
closed
7 months ago
3
add SQLite3Connection>>#execute:withAll:
#106
vonbecmann
closed
1 year ago
4
add SQLite3Connection>>#execute:withAll:
#105
vonbecmann
closed
1 year ago
0
remove unnecessary characters
#104
vonbecmann
closed
1 year ago
1
remove unnecessary characters found in method.
#103
vonbecmann
closed
1 year ago
0
Handle Table and column names with spaces
#102
astares
closed
1 year ago
0
extract method existTableNamed:
#101
vonbecmann
closed
1 year ago
2
temporaries may be read before written and code duplication
#100
vonbecmann
closed
1 year ago
0
Update README.md - add badges
#99
astares
closed
1 year ago
0
use ifNotNil:
#98
vonbecmann
closed
1 year ago
1
uses notNil instead of ifNotNil: in SQLite3Library>>#typeFor:at:
#97
vonbecmann
closed
1 year ago
0
use ~=
#96
vonbecmann
closed
1 year ago
1
Eliminate unnecessary not's in relation of conditionals in SQLite3Library>>#statementReadOnly:
#95
vonbecmann
closed
1 year ago
0
use (to:) collect:
#94
vonbecmann
closed
1 year ago
1
uses (to:)do: instead of to:do: in SQLite3PreparedStatement>>#columnNames
#93
vonbecmann
closed
1 year ago
0
use SQLite3Row>>#asDictionary in SQLite3Database>>#tables
#92
vonbecmann
closed
1 year ago
1
use SQLite3Row>>#asDictionary in SQLite3Database>>#tables
#91
vonbecmann
closed
1 year ago
0
Update Windows DLLs
#90
astares
closed
1 year ago
1
#testForcedClose failed on Windows
#89
astares
closed
1 year ago
0
add SQLite3Cursor>>#do:
#88
vonbecmann
closed
1 year ago
1
use rowClass instead of collect
#87
vonbecmann
closed
1 year ago
1
use SQLite3Cursor>>#rowClass instead of collect
#86
vonbecmann
closed
1 year ago
0
Provide a forced closing of connection
#85
astares
closed
1 year ago
1
Provide a forced closing of connection
#84
astares
closed
1 year ago
0
New lint message in SQLite3Table>>#inspectionSQLite3Columns
#83
astares
closed
1 year ago
1
Remove old ConfigurationOfSQLite3
#82
astares
closed
1 year ago
1
Remove old ConfigurationOfSQLite3
#81
astares
closed
1 year ago
0
Remove old module names
#80
astares
closed
1 year ago
1
Update README.md
#79
astares
closed
1 year ago
1
Issue 75 - Condense packages
#78
astares
closed
1 year ago
1
Remove old module names
#77
astares
closed
1 year ago
0
New lint message in SQLite3Table>>#inspectionSQLite3Columns
#76
astares
closed
1 year ago
0
Cleanup: Condense SQLite3 packages
#75
astares
closed
1 year ago
0
add tests to SQLite3Column
#74
vonbecmann
closed
1 year ago
1
add more tests to SQLite3Column
#73
vonbecmann
closed
1 year ago
1
remove useless collect message send in SQLite3Table>>#rows.
#72
vonbecmann
closed
1 year ago
1
remove useless collect message send
#71
vonbecmann
closed
1 year ago
1
use execute onlyValue in SQLite3Table>>#numberOfRows
#70
vonbecmann
closed
1 year ago
1
use execute onlyValue in SQLite3Table>>#numberOfRows
#69
vonbecmann
closed
1 year ago
0
adding SQLite3Cursor>>do: ? opinions?
#68
vonbecmann
closed
1 year ago
1
Do not set the underlying SQLite3 library handle to NULL when closing the connection
#67
gcorriga
closed
1 year ago
2
Avoid double free by marking the handle with null
#66
guillep
closed
1 year ago
5
Next