kotlin-language-server
kotlin-language-server copied to clipboard
Bump exposedVersion from 0.37.3 to 0.59.0
Bumps exposedVersion from 0.37.3 to 0.59.0.
Updates org.jetbrains.exposed:exposed-core from 0.37.3 to 0.59.0
Release notes
Sourced from org.jetbrains.exposed:exposed-core's releases.
0.59.0
New Contributors
@PeraSitemade their first contribution in JetBrains/Exposed#23820.58.0
New Contributors
@devgor88made their first contribution in JetBrains/Exposed#2330@gureddmade their first contribution in JetBrains/Exposed#23470.57.0
New Contributors
@kdhyomade their first contribution in JetBrains/Exposed#2292@NextAlonemade their first contribution in JetBrains/Exposed#2300@makeevrsergmade their first contribution in JetBrains/Exposed#2293@RenanKummermade their first contribution in JetBrains/Exposed#2274@m-burstmade their first contribution in JetBrains/Exposed#23200.56.0
New Contributors
@sickfarmade their first contribution in JetBrains/Exposed#22820.55.0
What's Changed
New Contributors
@JajaCompmade their first contribution in JetBrains/Exposed#2227@ivan-gomesmade their first contribution in JetBrains/Exposed#22470.54.0
What's Changed
New Contributors
@Selemba1000made their first contribution in JetBrains/Exposed#2187@riskrosemade their first contribution in JetBrains/Exposed#21850.53.0
0.52.0
... (truncated)
Changelog
Sourced from org.jetbrains.exposed:exposed-core's changelog.
0.59.0
Infrastructure:
- Spring Framework 6.2.2
- PostgreSQL driver 42.7.5
- SQLite driver 3.48.0.0
- Spring Boot 3.4.2
Breaking changes:
- fix!: EXPOSED-691 [PostgreSQL] Restrict dropping unmapped sequences to related tables only by
@bog-walkin JetBrains/Exposed#2357- chore!: Change H2 Oracle longType and longAutoincType from NUMBER(19) to BIGINT and add CHECK constraint in Oracle by
@joc-ain JetBrains/Exposed#2273- chore!: EXPOSED-693 Change timestamp column type for MariaDB from "DATETIME" to "TIMESTAMP" by
@joc-ain JetBrains/Exposed#2389- More details at Breaking Changes
Deprecations:
- deprecate: Raise deprecation levels of API elements by
@bog-walkin JetBrains/Exposed#2384Features:
- feat: Add support for creating sequence in MariaDB by
@devgor88in JetBrains/Exposed#2324- feat: EXPOSED-697 Add
lessSubQuery,lessEqSubQuery,greaterSubQuery, andgreaterEqSubQueryoperators by@joc-ain JetBrains/Exposed#2373Bug fixes:
- EXPOSED-689 warmUpLinkedReferences() should not return all the values from cache by
@obabichevjbin JetBrains/Exposed#2355- fix: EXPOSED-695 DDL for unnamed check constraints fails when table has schema name by
@bog-walkin JetBrains/Exposed#2368- fix: EXPOSED-680 Less & greater infix ops cannot compile with 2 EntityID expressions by
@bog-walkin JetBrains/Exposed#2367- fix: EXPOSED-696 [PostgreSQL] Drop of auto-increment sequence fails after column modified without dropping default by
@bog-walkin JetBrains/Exposed#2369- fix: EXPOSED-669 transform() broken for entities instantiated via wrapRow through an alias by
@obabichevjbin JetBrains/Exposed#2370- fix: EXPOSED-714 [exposed-spring-boot-starter] Fix NPE from DatabaseInitializer when non-object Table is defined by
@PeraSitein JetBrains/Exposed#2382- fix: EXPOSED-694 Entities insertion could fail if batches have different column sets by
@obabichevjbin JetBrains/Exposed#2365- fix: EXPOSED-706 Handle MariaDB sequence max value for versions earlier than 11.5 by
@joc-ain JetBrains/Exposed#2375- fix: EXPOSED-707 Handle MariaDB fractional seconds support since version 5.3 by
@joc-ain JetBrains/Exposed#2378- fix: EXPOSED-718 Fix timestamp column not storing values in UTC time zone by
@joc-ain JetBrains/Exposed#2386- fix: EXPOSED-704 ClassCastException when referencing an eager-loaded backReferencedOn with keepLoadedReferencesOutOfTransaction = true by
@bystamin JetBrains/Exposed#2374- fix: EXPOSED-701 [Oracle] Insert into table using only database default values fails by
@bog-walkin JetBrains/Exposed#2371Docs:
- docs: EXPOSED-668 Update the Modules topic and extract code examples to snippets by
@vnikolovain JetBrains/Exposed#2361- docs: EXPOSED-699 Fix API Docs generation by
@e5lin JetBrains/Exposed#2376- docs: EXPOSED-672 Update the DAO's Relationships topic and add a new example project by
@vnikolovain JetBrains/Exposed#2377- docs: EXPOSED-715 Fix broken custom function examples & move to example project by
@bog-walkin JetBrains/Exposed#2383- docs: EXPOSED-684 Add documentation for exec() and move transaction docs to new element by
@bog-walkin JetBrains/Exposed#2385- docs: EXPOSED-705 Clarify optionalBackReferencedOn() usage in KDocs by
@bog-walkin JetBrains/Exposed#2387Refactors:
- refactor: EXPOSED-708 Remove JDBC DatabaseMetaData from exposed-core module by
@bog-walkin JetBrains/Exposed#2379- refactor: EXPOSED-709 Remove plain SQL execution from core DatabaseDialect by
@bog-walkin JetBrains/Exposed#2381- refactor: EXPOSED-722 Refactor MariaDB code to reduce checks in MySQL code and make it neater by
@joc-ain JetBrains/Exposed#2388- refactor: EXPOSED-710 Move plain SQL for retrieving foreign keys from MysqlDialect by
@bog-walkin JetBrains/Exposed#23800.58.0
... (truncated)
Commits
5dbbcfbRollback gradle version (#2392)d6ced9cchore: Bump Exposed version from 0.58.0 to 0.59.0c746e3dchore: Bump Exposed version from 0.58.0 to 0.59.0200bc77chore!: EXPOSED-693 Change timestamp column type for MariaDB from "DATETIME" ...7787f95docs: EXPOSED-705 Clarify optionalBackReferencedOn() usage in KDocs (#2387)b931d86refactor: EXPOSED-710 Move plain SQL for retrieving foreign keys from MysqlDi...8314f80fix: EXPOSED-701 [Oracle] Insert into table using only database default value...e8c1599refactor: EXPOSED-722 Refactor MariaDB code to reduce checks in MySQL code an...0330ce6fix: EXPOSED-704 ClassCastException when referencing an eager-loaded backRefe...9fc2734fix: EXPOSED 718 Fix timestamp column not storing values in UTC time zone (#2...- Additional commits viewable in compare view
Updates org.jetbrains.exposed:exposed-dao from 0.37.3 to 0.59.0
Release notes
Sourced from org.jetbrains.exposed:exposed-dao's releases.
0.59.0
New Contributors
@PeraSitemade their first contribution in JetBrains/Exposed#23820.58.0
New Contributors
@devgor88made their first contribution in JetBrains/Exposed#2330@gureddmade their first contribution in JetBrains/Exposed#23470.57.0
New Contributors
@kdhyomade their first contribution in JetBrains/Exposed#2292@NextAlonemade their first contribution in JetBrains/Exposed#2300@makeevrsergmade their first contribution in JetBrains/Exposed#2293@RenanKummermade their first contribution in JetBrains/Exposed#2274@m-burstmade their first contribution in JetBrains/Exposed#23200.56.0
New Contributors
@sickfarmade their first contribution in JetBrains/Exposed#22820.55.0
What's Changed
New Contributors
@JajaCompmade their first contribution in JetBrains/Exposed#2227@ivan-gomesmade their first contribution in JetBrains/Exposed#22470.54.0
What's Changed
New Contributors
@Selemba1000made their first contribution in JetBrains/Exposed#2187@riskrosemade their first contribution in JetBrains/Exposed#21850.53.0
0.52.0
... (truncated)
Changelog
Sourced from org.jetbrains.exposed:exposed-dao's changelog.
0.59.0
Infrastructure:
- Spring Framework 6.2.2
- PostgreSQL driver 42.7.5
- SQLite driver 3.48.0.0
- Spring Boot 3.4.2
Breaking changes:
- fix!: EXPOSED-691 [PostgreSQL] Restrict dropping unmapped sequences to related tables only by
@bog-walkin JetBrains/Exposed#2357- chore!: Change H2 Oracle longType and longAutoincType from NUMBER(19) to BIGINT and add CHECK constraint in Oracle by
@joc-ain JetBrains/Exposed#2273- chore!: EXPOSED-693 Change timestamp column type for MariaDB from "DATETIME" to "TIMESTAMP" by
@joc-ain JetBrains/Exposed#2389- More details at Breaking Changes
Deprecations:
- deprecate: Raise deprecation levels of API elements by
@bog-walkin JetBrains/Exposed#2384Features:
- feat: Add support for creating sequence in MariaDB by
@devgor88in JetBrains/Exposed#2324- feat: EXPOSED-697 Add
lessSubQuery,lessEqSubQuery,greaterSubQuery, andgreaterEqSubQueryoperators by@joc-ain JetBrains/Exposed#2373Bug fixes:
- EXPOSED-689 warmUpLinkedReferences() should not return all the values from cache by
@obabichevjbin JetBrains/Exposed#2355- fix: EXPOSED-695 DDL for unnamed check constraints fails when table has schema name by
@bog-walkin JetBrains/Exposed#2368- fix: EXPOSED-680 Less & greater infix ops cannot compile with 2 EntityID expressions by
@bog-walkin JetBrains/Exposed#2367- fix: EXPOSED-696 [PostgreSQL] Drop of auto-increment sequence fails after column modified without dropping default by
@bog-walkin JetBrains/Exposed#2369- fix: EXPOSED-669 transform() broken for entities instantiated via wrapRow through an alias by
@obabichevjbin JetBrains/Exposed#2370- fix: EXPOSED-714 [exposed-spring-boot-starter] Fix NPE from DatabaseInitializer when non-object Table is defined by
@PeraSitein JetBrains/Exposed#2382- fix: EXPOSED-694 Entities insertion could fail if batches have different column sets by
@obabichevjbin JetBrains/Exposed#2365- fix: EXPOSED-706 Handle MariaDB sequence max value for versions earlier than 11.5 by
@joc-ain JetBrains/Exposed#2375- fix: EXPOSED-707 Handle MariaDB fractional seconds support since version 5.3 by
@joc-ain JetBrains/Exposed#2378- fix: EXPOSED-718 Fix timestamp column not storing values in UTC time zone by
@joc-ain JetBrains/Exposed#2386- fix: EXPOSED-704 ClassCastException when referencing an eager-loaded backReferencedOn with keepLoadedReferencesOutOfTransaction = true by
@bystamin JetBrains/Exposed#2374- fix: EXPOSED-701 [Oracle] Insert into table using only database default values fails by
@bog-walkin JetBrains/Exposed#2371Docs:
- docs: EXPOSED-668 Update the Modules topic and extract code examples to snippets by
@vnikolovain JetBrains/Exposed#2361- docs: EXPOSED-699 Fix API Docs generation by
@e5lin JetBrains/Exposed#2376- docs: EXPOSED-672 Update the DAO's Relationships topic and add a new example project by
@vnikolovain JetBrains/Exposed#2377- docs: EXPOSED-715 Fix broken custom function examples & move to example project by
@bog-walkin JetBrains/Exposed#2383- docs: EXPOSED-684 Add documentation for exec() and move transaction docs to new element by
@bog-walkin JetBrains/Exposed#2385- docs: EXPOSED-705 Clarify optionalBackReferencedOn() usage in KDocs by
@bog-walkin JetBrains/Exposed#2387Refactors:
- refactor: EXPOSED-708 Remove JDBC DatabaseMetaData from exposed-core module by
@bog-walkin JetBrains/Exposed#2379- refactor: EXPOSED-709 Remove plain SQL execution from core DatabaseDialect by
@bog-walkin JetBrains/Exposed#2381- refactor: EXPOSED-722 Refactor MariaDB code to reduce checks in MySQL code and make it neater by
@joc-ain JetBrains/Exposed#2388- refactor: EXPOSED-710 Move plain SQL for retrieving foreign keys from MysqlDialect by
@bog-walkin JetBrains/Exposed#23800.58.0
... (truncated)
Commits
5dbbcfbRollback gradle version (#2392)d6ced9cchore: Bump Exposed version from 0.58.0 to 0.59.0c746e3dchore: Bump Exposed version from 0.58.0 to 0.59.0200bc77chore!: EXPOSED-693 Change timestamp column type for MariaDB from "DATETIME" ...7787f95docs: EXPOSED-705 Clarify optionalBackReferencedOn() usage in KDocs (#2387)b931d86refactor: EXPOSED-710 Move plain SQL for retrieving foreign keys from MysqlDi...8314f80fix: EXPOSED-701 [Oracle] Insert into table using only database default value...e8c1599refactor: EXPOSED-722 Refactor MariaDB code to reduce checks in MySQL code an...0330ce6fix: EXPOSED-704 ClassCastException when referencing an eager-loaded backRefe...9fc2734fix: EXPOSED 718 Fix timestamp column not storing values in UTC time zone (#2...- Additional commits viewable in compare view
Updates org.jetbrains.exposed:exposed-jdbc from 0.37.3 to 0.59.0
Release notes
Sourced from org.jetbrains.exposed:exposed-jdbc's releases.
0.59.0
New Contributors
@PeraSitemade their first contribution in JetBrains/Exposed#23820.58.0
New Contributors
@devgor88made their first contribution in JetBrains/Exposed#2330@gureddmade their first contribution in JetBrains/Exposed#23470.57.0
New Contributors
@kdhyomade their first contribution in JetBrains/Exposed#2292@NextAlonemade their first contribution in JetBrains/Exposed#2300@makeevrsergmade their first contribution in JetBrains/Exposed#2293@RenanKummermade their first contribution in JetBrains/Exposed#2274@m-burstmade their first contribution in JetBrains/Exposed#23200.56.0
New Contributors
@sickfarmade their first contribution in JetBrains/Exposed#22820.55.0
What's Changed
New Contributors
@JajaCompmade their first contribution in JetBrains/Exposed#2227@ivan-gomesmade their first contribution in JetBrains/Exposed#22470.54.0
What's Changed
New Contributors
@Selemba1000made their first contribution in JetBrains/Exposed#2187@riskrosemade their first contribution in JetBrains/Exposed#21850.53.0
0.52.0
... (truncated)
Changelog
Sourced from org.jetbrains.exposed:exposed-jdbc's changelog.
0.59.0
Infrastructure:
- Spring Framework 6.2.2
- PostgreSQL driver 42.7.5
- SQLite driver 3.48.0.0
- Spring Boot 3.4.2
Breaking changes:
- fix!: EXPOSED-691 [PostgreSQL] Restrict dropping unmapped sequences to related tables only by
@bog-walkin JetBrains/Exposed#2357- chore!: Change H2 Oracle longType and longAutoincType from NUMBER(19) to BIGINT and add CHECK constraint in Oracle by
@joc-ain JetBrains/Exposed#2273- chore!: EXPOSED-693 Change timestamp column type for MariaDB from "DATETIME" to "TIMESTAMP" by
@joc-ain JetBrains/Exposed#2389- More details at Breaking Changes
Deprecations:
- deprecate: Raise deprecation levels of API elements by
@bog-walkin JetBrains/Exposed#2384Features:
- feat: Add support for creating sequence in MariaDB by
@devgor88in JetBrains/Exposed#2324- feat: EXPOSED-697 Add
lessSubQuery,lessEqSubQuery,greaterSubQuery, andgreaterEqSubQueryoperators by@joc-ain JetBrains/Exposed#2373Bug fixes:
- EXPOSED-689 warmUpLinkedReferences() should not return all the values from cache by
@obabichevjbin JetBrains/Exposed#2355- fix: EXPOSED-695 DDL for unnamed check constraints fails when table has schema name by
@bog-walkin JetBrains/Exposed#2368- fix: EXPOSED-680 Less & greater infix ops cannot compile with 2 EntityID expressions by
@bog-walkin JetBrains/Exposed#2367- fix: EXPOSED-696 [PostgreSQL] Drop of auto-increment sequence fails after column modified without dropping default by
@bog-walkin JetBrains/Exposed#2369- fix: EXPOSED-669 transform() broken for entities instantiated via wrapRow through an alias by
@obabichevjbin JetBrains/Exposed#2370- fix: EXPOSED-714 [exposed-spring-boot-starter] Fix NPE from DatabaseInitializer when non-object Table is defined by
@PeraSitein JetBrains/Exposed#2382- fix: EXPOSED-694 Entities insertion could fail if batches have different column sets by
@obabichevjbin JetBrains/Exposed#2365- fix: EXPOSED-706 Handle MariaDB sequence max value for versions earlier than 11.5 by
@joc-ain JetBrains/Exposed#2375- fix: EXPOSED-707 Handle MariaDB fractional seconds support since version 5.3 by
@joc-ain JetBrains/Exposed#2378- fix: EXPOSED-718 Fix timestamp column not storing values in UTC time zone by
@joc-ain JetBrains/Exposed#2386- fix: EXPOSED-704 ClassCastException when referencing an eager-loaded backReferencedOn with keepLoadedReferencesOutOfTransaction = true by
@bystamin JetBrains/Exposed#2374- fix: EXPOSED-701 [Oracle] Insert into table using only database default values fails by
@bog-walkin JetBrains/Exposed#2371Docs:
- docs: EXPOSED-668 Update the Modules topic and extract code examples to snippets by
@vnikolovain JetBrains/Exposed#2361- docs: EXPOSED-699 Fix API Docs generation by
@e5lin JetBrains/Exposed#2376- docs: EXPOSED-672 Update the DAO's Relationships topic and add a new example project by
@vnikolovain JetBrains/Exposed#2377- docs: EXPOSED-715 Fix broken custom function examples & move to example project by
@bog-walkin JetBrains/Exposed#2383- docs: EXPOSED-684 Add documentation for exec() and move transaction docs to new element by
@bog-walkin JetBrains/Exposed#2385- docs: EXPOSED-705 Clarify optionalBackReferencedOn() usage in KDocs by
@bog-walkin JetBrains/Exposed#2387Refactors:
- refactor: EXPOSED-708 Remove JDBC DatabaseMetaData from exposed-core module by
@bog-walkin JetBrains/Exposed#2379- refactor: EXPOSED-709 Remove plain SQL execution from core DatabaseDialect by
@bog-walkin JetBrains/Exposed#2381- refactor: EXPOSED-722 Refactor MariaDB code to reduce checks in MySQL code and make it neater by
@joc-ain JetBrains/Exposed#2388- refactor: EXPOSED-710 Move plain SQL for retrieving foreign keys from MysqlDialect by
@bog-walkin JetBrains/Exposed#23800.58.0
... (truncated)
Commits
5dbbcfbRollback gradle version (#2392)d6ced9cchore: Bump Exposed version from 0.58.0 to 0.59.0c746e3dchore: Bump Exposed version from 0.58.0 to 0.59.0200bc77chore!: EXPOSED-693 Change timestamp column type for MariaDB from "DATETIME" ...7787f95docs: EXPOSED-705 Clarify optionalBackReferencedOn() usage in KDocs (#2387)b931d86refactor: EXPOSED-710 Move plain SQL for retrieving foreign keys from MysqlDi...8314f80fix: EXPOSED-701 [Oracle] Insert into table using only database default value...e8c1599refactor: EXPOSED-722 Refactor MariaDB code to reduce checks in MySQL code an...0330ce6fix: EXPOSED-704 ClassCastException when referencing an eager-loaded backRefe...9fc2734fix: EXPOSED 718 Fix timestamp column not storing values in UTC time zone (#2...- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)