-
Data Geekery GmbH
- St. Gallen
- https://www.jooq.org
- @lukaseder
Highlights
Block or Report
Block or report lukaseder
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
silly-metrics Public
Silly metrics is a bunch of scripts that provide you with silly and mostly useless metrics about your Java project
-
awesome-java Public
Forked from akullpp/awesome-java
A curated list of awesome frameworks, libraries and software for the Java programming language.
-
h2database Public
Forked from h2database/h2database
H2 is an embeddable RDBMS written in Java.
Java 1
-
-
-
examples-orms Public
Forked from cockroachdb/examples-orms
Sample uses of CockroachDB with popular ORMs
Ruby
2,474 contributions in the last year
Contribution activity
February 2023
Created 19 commits in 2 repositories
Created an issue in jOOQ/jOOQ that received 4 comments
Add support for BIT_SET or BIT_GET functions
SQL Server 2022 has added support for SET_BIT
and GET_BIT
functions:
SET_BIT
https://learn.microsoft.com/en-us/sql/t-sql/functions/set-bit-transa…
Opened 23 other issues in 2 repositories
jOOQ/jOOQ
9
open
12
closed
- CockroachDBDatabase doesn't report enum types on columns correctly anmore.
- Regression: UpdateQuery.execute() with RETURNING clause returns 1 even when no records were updated - Merge [#14571]
- Support parsing WITH READ ONLY clause
- Support parsing whitespace between : and named parameter identifier
- Add parser support for T-SQL query hints using OPTION
- Add parser support for T-SQL table hints without WITH keyword
- Translator and ParserCLI should offer popular placeholder syntax support
- KotlinGenerator generates invalid code in equals() and hashCode() methods for inline value class fields - Merge [#14564]
- KotlinGenerator generates invalid code in equals() and hashCode() methods for inline value class fields - Merge [#14564]
- Use ? as parameter marker on MySQL, MariaDB when using R2DBC - Merge [#14357]
- Use ? as parameter marker on MySQL, MariaDB when using R2DBC - Merge [#14357]
- Update third party dependencies
- Add bitwise operation support for EXASOL
- Add native support for BIT_COUNT() in SQLDialect.SQLSERVER2022
- Add native support for LEFT_SHIFT(), RIGHT_SHIFT() in SQLDialect.SQLSERVER2022
- Add native support for DISTINCT predicate in SQLDialect.SQLSERVER2022
- Expose QOM as Java record types
- Regression: Meta::getTables returns tables of type TableType.TABLE when they're actually system views - Merge [#14574]
- Regression: Meta::getTables returns tables of type TableType.TABLE when they're actually system views - Merge [#14574]
- Add Settings.returnDefaultOnUpdatableRecord and Settings.returnComputedOnUpdatableRecord
- Document kotlin coroutine usage in manual