Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
corr ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfliegner committed May 27, 2024
1 parent 007cae0 commit 7793649
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 21 deletions.
11 changes: 0 additions & 11 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,6 @@
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": true
},
"sqltools.connections": [
{
"previewLimit": 50,
"server": "localhost",
"port": 5432,
"driver": "PostgreSQL",
"username": "gitpod",
"name": "gitpod",
"database": "postgres"
}
],
"julia.NumThreads": 0,
"workbench.editor.empty.hint": "hidden"
}
8 changes: 4 additions & 4 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -337,9 +337,9 @@ version = "1.4.3"

[[deps.PrettyTables]]
deps = ["Crayons", "LaTeXStrings", "Markdown", "PrecompileTools", "Printf", "Reexport", "StringManipulation", "Tables"]
git-tree-sha1 = "88b895d13d53b5577fd53379d913b9ab9ac82660"
git-tree-sha1 = "66b20dd35966a748321d3b2537c4584cf40387c7"
uuid = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
version = "2.3.1"
version = "2.3.2"

[[deps.Printf]]
deps = ["Unicode"]
Expand Down Expand Up @@ -510,9 +510,9 @@ uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"

[[deps.YAML]]
deps = ["Base64", "Dates", "Printf", "StringEncodings"]
git-tree-sha1 = "e6330e4b731a6af7959673621e91645eb1356884"
git-tree-sha1 = "669a78c59a307fa3ebc0a0bffd7ae83bd2184361"
uuid = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
version = "0.4.9"
version = "0.4.10"

[[deps.Zlib_jll]]
deps = ["Libdl"]
Expand Down
15 changes: 9 additions & 6 deletions bitemporal_testcase.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,12 @@
"source": [
"using SearchLight\n",
"using SearchLightPostgreSQL\n",
"# run(`psql -f sqlsnippets/droptables.sql`)\n",
"ENV[\"SEARCHLIGHT_PASSWORD\"] = \"jw8s0F49KL\"\n",
"ENV[\"SEARCHLIGHT_USERNAME\"] = \"bitemporalpostgres\"\n",
"if !haskey(ENV, \"GENIE_ENV\")\n",
" ENV[\"GENIE_ENV\"] = \"dev\"\n",
" ENV[\"SEARCHLIGHT_USERNAME\"] = \"mf\"\n",
" ENV[\"SEARCHLIGHT_PASSWORD\"] = \"mf\"\n",
"end\n",
"run(`psql -f sqlsnippets/droptables.sql -d postgres`)\n",
"SearchLight.connect(SearchLight.Configuration.load())\n",
"SearchLight.Migrations.create_migrations_table()\n",
"BitemporalPostgres.up()"
Expand Down Expand Up @@ -421,15 +424,15 @@
],
"metadata": {
"kernelspec": {
"display_name": "Julia 1.8.2",
"display_name": "Julia 1.10.3",
"language": "julia",
"name": "julia-1.8"
"name": "julia-1.10"
},
"language_info": {
"file_extension": ".jl",
"mimetype": "application/julia",
"name": "julia",
"version": "1.8.2"
"version": "1.10.3"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 7793649

Please sign in to comment.