Skip to content

Commit

Permalink
New version: SQLite v0.8.0
Browse files Browse the repository at this point in the history
UUID: 0aa819cd-b072-5ff4-a722-6bc24af294d9
Repo: https://github.com/JuliaDatabases/SQLite.jl.git
Tree: c1e35e14c591126f085e964fc64cae955c0d9261

Registrator commit: bd2505d6dfc93e11666e637fa58defbd183d5c02
  • Loading branch information
JuliaRegistrator committed Apr 26, 2019
1 parent 0c5ac1f commit ab1f5a3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 8 deletions.
16 changes: 11 additions & 5 deletions S/SQLite/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ DataFrames = "0-0.10"
["0.3.4"]
DataStreams = "0.0.9-0.0.12"

["0.3.4-0"]
LegacyStrings = "0"

["0.3.4-0.4"]
WeakRefStrings = "0.1.3-0.2"

["0.3.4-0.7"]
LegacyStrings = "0"

["0.3.5"]
DataStreams = "0.0.10-0.0.12"

Expand All @@ -71,13 +71,19 @@ julia = "0.6-0"

["0.5-0"]
DataFrames = "0.11-0"

["0.5-0.7"]
DataStreams = "0.3-0"
WeakRefStrings = "0.4-0.5"

["0.6-0"]
["0.6-0.7"]
BinaryProvider = "0"
Missings = "0"
julia = "0.7-1"

["0.7-0"]
["0.7"]
Tables = "0"

["0.8-0"]
WeakRefStrings = "0.4-0"
julia = "1"
10 changes: 7 additions & 3 deletions S/SQLite/Deps.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,19 @@ WinRPM = "c17dfb99-b4f7-5aad-8812-456da1ad7187"
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"

["0.2.2-0"]
DataStreams = "9a8bc11e-79be-5b39-94d7-1ccc349a1a85"
WeakRefStrings = "ea10d353-3f73-51f8-a26c-33c1cb351aa5"

["0.2.2-0.3.3"]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
NullableArrays = "fce155c8-f798-5163-ac02-b1a32139d092"

["0.2.2-0.7"]
DataStreams = "9a8bc11e-79be-5b39-94d7-1ccc349a1a85"

["0.3.2-0"]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"

["0.3.4-0"]
["0.3.4-0.7"]
LegacyStrings = "1b4a561d-cfcb-5daf-8433-43fcf8b4bea3"

["0.4.5-0.4"]
Expand All @@ -39,10 +41,12 @@ Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"

["0.6-0"]
BinaryProvider = "b99e7846-7c00-51b0-8f62-c81ae34c0232"
Missings = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

["0.6-0.7"]
Missings = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28"

["0.7-0"]
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
3 changes: 3 additions & 0 deletions S/SQLite/Versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,6 @@ git-tree-sha1 = "ea667fe0f4b9d002612482665ab9be320f1c26df"

["0.7.0"]
git-tree-sha1 = "46b4c31597ccd5a7f85bd34ae0f5a8bd70e5cbbc"

["0.8.0"]
git-tree-sha1 = "c1e35e14c591126f085e964fc64cae955c0d9261"

0 comments on commit ab1f5a3

Please sign in to comment.