-
-
Notifications
You must be signed in to change notification settings - Fork 106
Closed
Labels
enhancementphase:2-foundationCockroachDB completion + plugin manifest groundworkCockroachDB completion + plugin manifest groundwork
Milestone
Description
Summary
CockroachDBModel only overrides $getType() for 4 type cases (bool, boolean, bit, varbit). Other CockroachDB-specific types may need explicit handling.
Details
- CockroachDB returns
STRINGfor string columns (PostgreSQL returnsvarchar/text) JSONBhandling may differ from PostgreSQLBYTEStype (CockroachDB's binary) vs PostgreSQL'sbyteaINTERVAL,INETtype handling- Should verify full type introspection against a real CockroachDB instance
Files
vendor/wheels/databaseAdapters/CockroachDB/CockroachDBModel.cfc— expand$getType()switchvendor/wheels/databaseAdapters/PostgreSQL/PostgreSQLModel.cfc:8-95— inherited type map
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementphase:2-foundationCockroachDB completion + plugin manifest groundworkCockroachDB completion + plugin manifest groundwork