Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Jdbc driver #69

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open

WIP: Jdbc driver #69

wants to merge 16 commits into from

Conversation

QuadStingray
Copy link
Contributor

@QuadStingray QuadStingray commented Apr 17, 2024

  • SQL Parser to MongoDb
  • Test for SQL Parser
    • Insert
    • Select
    • Update
    • Delete
    • Drop Table
    • Drop Database
    • Drop Index
    • Create Index
  • JDBC Driver
  • Test for JDBC Driver
  • Documentation

QuadStingray and others added 16 commits March 4, 2024 15:01
* dev.quadstingray:sbt-json             : 0.6.5   -> 0.7.1
* org.scoverage:sbt-scoverage           : 2.0.9   -> 2.0.11
* org.xerial.sbt:sbt-sonatype           : 3.9.21  -> 3.10.0
* "com.github.gseitz" % "sbt-release" => "com.github.sbt" % "sbt-release" and changes for keep handling like before
* ch.qos.logback:logback-classic:test                 : 1.5.3    -> 1.5.5
* com.github.jsqlparser:jsqlparser                    : 4.3      -> 4.9
* com.github.luben:zstd-jni:provided                  : 1.5.5-11 -> 1.5.6-2
* de.bwaldvogel:mongo-java-server-h2-backend:provided : 1.44.0   -> 1.45.0
* de.bwaldvogel:mongo-java-server:provided            : 1.44.0   -> 1.45.0
* org.mongodb.scala:mongo-scala-driver                : 5.0.0    -> 5.0.1
* org.scala-lang.modules:scala-collection-compat      : 2.11.0   -> 2.12.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant