Releases: JuliaDatabases/SQLite.jl
Releases · JuliaDatabases/SQLite.jl
v1.1.3
22 Feb 23:02
Compare
Sorry, something went wrong.
No results found
v1.1.2
08 Feb 22:14
Compare
Sorry, something went wrong.
No results found
SQLite v1.1.2
Diff since v1.1.1
Closed issues:
SQLite.tables(db) gives MethodError: no method matching close!(::SQLite.Query) (#228 )
No column names (except "q") for tables fed from empty queries (#229 )
Merged pull requests:
Relax NamedTuple length requirements for queries with named parameters (#230 ) (@Seelengrab )
Correct scheme for empty Query (#231 ) (@alyst )
v1.1.1
28 Jan 11:50
Compare
Sorry, something went wrong.
No results found
SQLite v1.1.1
Diff since v1.1.0
Closed issues:
MethodError: no method matching close!(::SQLite.Query) (#227 )
Merged pull requests:
Support DBInterface.execute(f, stmt) method (#226 ) (@alyst )
v1.1.0
23 Jan 16:42
Compare
Sorry, something went wrong.
No results found
SQLite v1.1.0
Diff since v1.0.5
Closed issues:
DB lock is not released (#211 )
Tables.jl column names not used in load! (#216 )
DataFrame / Tables interaction broken for empty query results with Tables v1.2 (#220 )
Merged pull requests:
v1.0.5
25 Jul 03:10
Compare
Sorry, something went wrong.
No results found
SQLite v1.0.5
Diff since v1.0.4
Merged pull requests:
Define Base.close and Base.isopen for SQLite.DB to make it have a lit… (#215 ) (@quinnj )
v1.0.4
20 Jul 20:11
Compare
Sorry, something went wrong.
No results found
SQLite v1.0.4
Diff since v1.0.3
Closed issues:
documentation seems to have some issues (#212 )
libsqlite3.so.0 causes crash of other packages (#214 )
v1.0.3
27 Feb 17:06
Compare
Sorry, something went wrong.
No results found
v1.0.2
20 Feb 15:05
Compare
Sorry, something went wrong.
No results found
SQLite v1.0.2
Diff since v1.0.1
Closed issues:
Docs where not updated (#203 )
ERROR: MethodError: no method matching SQLite.Query(::SQLite.DB, ::String) (#205 )
Merged pull requests:
v1.0.1
17 Feb 21:05
Compare
Sorry, something went wrong.
No results found
v1.0.0
13 Feb 20:07
Compare
Sorry, something went wrong.
No results found
SQLite v1.0.0
Diff since v0.9.0
Closed issues:
Smart column types (enhancement - feature request) (#178 )
Multiline statements do not work (#186 )
SQLiteException - "duplicate column name" (#193 )
Add iterate to SQLite.row (#198 )
Merged pull requests: