jdbc
Here are 2,740 public repositories matching this topic...
-
Updated
Sep 20, 2021 - Java
-
Updated
Oct 29, 2021 - Java
-
Updated
Oct 29, 2021 - Java
The .forall pattern is a great way to create an optional filter for a field that could be defined or not:
case class Person(name: String, age: Int)
val nameOpt: Option[String] = Some("Joe")
run { query[Person].filter(p => lift(nameOpt).forall(_ == p.name)) }
// SELECT p.name, p.age FROM Person p WHERE ? IS NULL OR ? = p.name
// (i.e. when nameOpt := None then the `WHERE ? IS NULL`-
Updated
Aug 2, 2021 - Java
1 issue description
2. fix bug, enhance....
3. git commit -m "issue name (#issue number)"
-
Updated
Aug 26, 2021 - Java
-
Updated
Oct 28, 2021 - Java
-
Updated
Oct 13, 2021 - Java
-
Updated
Oct 22, 2021 - Shell
-
Updated
Oct 26, 2021 - Kotlin
[error] -- Error: /tmp/sbt_e60b88db/src/test/scala/app/models/ProgrammersSpec.scala:41:14
[info] [error] 41 | created should not beNull
[info] [error] | ^^^^^^^^^^^^^^^^^^
[info] [error] |postfix operator `beNull` needs to be enabled
[info] [error] |by making the implicit value scala.language.postfixOps visible.
[info] [error] |----
[info] [error] |This can be
-
Updated
Oct 30, 2021 - Java
I'm submitting a ...
- bug report
- feature request
Context
The Changelog RRS feed can be found on the Changelog page:
https://jdbc.postgresql.org/documentation/changelog.html
Just above the section "Introduction and explanation of symbols". Direct link:
https://jdbc.postgresql.org/change
Code of Conduct
- I agree to follow this project's Code of Conduct
Search before asking
- I have searched in the issues and found no similar issues.
Describe the bug
Before
Cause: java.lang.RuntimeException: org.apache.kyuubi.KyuubiSQ-
Updated
Oct 27, 2021 - Java
-
Updated
Oct 9, 2021 - Java
Improve this page
Add a description, image, and links to the jdbc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the jdbc topic, visit your repo's landing page and select "manage topics."


With Hive connector
DROP TABLEis rejected on a view: