2025-06-21 |
Only apply defined properties to LoggedQuery
Fixes #18680 |
2025-06-21 |
Merge branch '5.x' into 5.next |
2025-06-21 |
Merge branch '5.x' into 5.next |
2025-06-21 |
Skip sequences when listing tables (#18739)
Skip sequences in list all by explicitly specifying views and tables |
2025-06-21 |
Start using generated by default as identity instead of serial. (#18718)
Start using `generated by default as identity` instead of serial.
Switch from using `SERIAL` to `INT GENERATED BY DEFAULT AS IDENTITY`
with postgres versions > 10.
Refs #18362 |
2025-06-21 |
Merge branch '5.x' into 5.next |
2025-06-21 |
5.3 Add citext and interval types for postgres (#18711)
* Add CITEXT type
* Add interval type support to postgres
* The citext type doesn't support length.
* Apply suggestions from code review |
2025-06-21 |
Deprecated unused interface |
2025-06-21 |
Get explicit driver for roles |
2025-06-21 |
Allow passing array to Query::with() |
2025-06-21 |
Add Microsoft Entra authentication config to SqlServer driver (#18708) |
2025-06-21 |
Add network types for postgres (#18705)
* Add inet, macaddr, cidr types to postgres.
* Add constanst to TableSchemaInterface
* Add schema generation for network datat types |
2025-06-21 |
Add optimizer hint query api (#18688)
Add optimzer hint query api |
2025-06-21 |
Add year type to mysql (#18700)
* Add year type to mysql. We already have support for the time and json types. I expanded the
tests for time and json types as well.
* MariaDB doesn't have a JSON type :|
Refs #18362 |
2025-06-21 |
Add Query::getDriver() helper to return driver for current role |
2025-06-21 |
Only apply defined properties to LoggedQuery
Fixes #18680 |
2025-06-21 |
Deprecated unused interface |
2025-06-21 |
Skip sequences when listing tables (#18739)
Skip sequences in list all by explicitly specifying views and tables |
2025-06-21 |
Fix(Database): Ensure read/write settings correctly inherit shared config (#18744)
Fix: Inherit shared config for read/write connections |