Hein
4bf3d0224e
feat(database): ✨ normalize driver names across adapters
...
Build , Vet Test, and Lint / Run Vet Tests (1.23.x) (push) Successful in -25m46s
Build , Vet Test, and Lint / Run Vet Tests (1.24.x) (push) Successful in -23m31s
Build , Vet Test, and Lint / Lint Code (push) Successful in -24m55s
Tests / Unit Tests (push) Successful in -26m19s
Build , Vet Test, and Lint / Build (push) Successful in -26m2s
Tests / Integration Tests (push) Failing after -26m42s
* Added DriverName method to BunAdapter, GormAdapter, and PgSQLAdapter for consistent driver name handling.
* Updated transaction adapters to include driver name.
* Enhanced mock database implementations for testing with DriverName method.
* Adjusted getTableName functions to accommodate driver-specific naming conventions.
2026-02-05 13:28:53 +02:00
Hein
9351093e2a
Fixed order by. Added OrderExpr to database interface
Build , Vet Test, and Lint / Run Vet Tests (1.23.x) (push) Waiting to run
Build , Vet Test, and Lint / Run Vet Tests (1.24.x) (push) Waiting to run
Build , Vet Test, and Lint / Lint Code (push) Waiting to run
Build , Vet Test, and Lint / Build (push) Waiting to run
Tests / Unit Tests (push) Waiting to run
Tests / Integration Tests (push) Waiting to run
2025-12-17 16:50:33 +02:00
Hein
31ad217818
Event Broken Concept
2025-12-12 09:23:54 +02:00
Hein
db2b7e878e
Better handling of preloads
2025-12-09 15:12:17 +02:00
Hein
f0962ea1ec
Added EnableQueryDebug log
2025-12-09 14:37:09 +02:00
Hein
8fcb065b42
Better Query Debugging
2025-12-09 14:31:26 +02:00
Hein
06b2404c0c
Remove blank array if no args
2025-12-03 12:25:51 +02:00
Hein
0d4909054c
Better handling of preload where conditions and a few panic changes
2025-11-20 16:50:26 +02:00
Hein
745564f2e7
More Panic Recovery for reflection on orm
2025-11-20 15:20:21 +02:00
Hein
7d6a9025f5
Fixed hardcoded id
2025-11-20 09:40:11 +02:00
Hein
a44ef90d7c
Fixes on getRelationshipInfo, ShouldUseNestedProcessor
2025-11-19 18:03:25 +02:00
Hein
8b7db5b31a
reflection-based column validation for UpdateQuery
2025-11-19 17:41:15 +02:00
Hein
94f013c872
Preload fixes
2025-11-11 15:54:43 +02:00
Hein
37b4b75175
Fixed preload and id fields with GetPrimaryKeyName
2025-11-11 14:32:41 +02:00
Hein
0cef0f75d3
Fixed computed columns
2025-11-11 12:28:53 +02:00
Hein
006dc4a2b2
Using scan model method for better relation handling. e.g bun When querying has-many or many-to-many relationships, you should use Model instead of the dest parameter in Scan
2025-11-11 11:58:41 +02:00
Hein
ecd7b31910
Fixed linting issues
2025-11-11 11:32:30 +02:00
Hein
682716dd31
Linting fixes
2025-11-11 11:03:02 +02:00
Hein
3eb17666bf
Migration to Bitech
2025-11-10 11:43:15 +02:00
Hein
3b2d05465e
Fixed tablename and schema lookups
2025-11-07 10:28:14 +02:00
Hein
d122c7af42
Updated how model registry works
2025-11-07 08:26:50 +02:00
Hein
8e06736701
Massive refactor and introduction of restheadspec
2025-11-06 16:15:35 +02:00