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

Jdbc driver #69

Merged
merged 22 commits into from
Oct 22, 2024
Merged

Jdbc driver #69

merged 22 commits into from
Oct 22, 2024

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 22 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
* ch.qos.logback:logback-classic:test    : 1.5.5    -> 1.5.11
* com.github.jsqlparser:jsqlparser       : 4.9      -> 5.0
* com.github.luben:zstd-jni:provided     : 1.5.6-2  -> 1.5.6-6
* io.circe:circe-core                    : 0.14.6   -> 0.14.10
* io.circe:circe-generic                 : 0.14.6   -> 0.14.10
* io.circe:circe-parser                  : 0.14.6   -> 0.14.10
* joda-time:joda-time                    : 2.12.7   -> 2.13.0
* org.apache.lucene:lucene-queryparser   : 9.10.0   -> 10.0.0
* org.liquibase:liquibase-core:test      : 4.28.0   -> 4.29.2
* org.mongodb.scala:mongo-scala-driver   : 5.0.1    -> 5.2.0
* org.scala-lang:scala-library           : 2.12.20  -> 2.13.15
* org.specs2:specs2-core:test            : 4.20.5   -> 4.20.9
* org.xerial.snappy:snappy-java:provided : 1.1.10.5 -> 1.1.10.7
…e.queryparser` has dropped it

BREAKING CHANGE: Lucene Query Parser has dropped Java 11 and 19 and only support Java 21 Support
@QuadStingray QuadStingray changed the title WIP: Jdbc driver Jdbc driver Oct 22, 2024
@sfxcode sfxcode merged commit db85750 into main Oct 22, 2024
8 checks passed
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.

2 participants