Details
-
Task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
Description
MDEV-11275 adds support for CAST(expr AS VARCHAR(N)) for sql_mode=ORACLE.
CAST(expr AS VARCHAR(N)) should also be supported not only in sql_mode=ORACLE, but in other modes as well, it's supported by many popular databases:
CAST(expr AS VARCHAR(N)) is supported by:
- Oracle
- SQL Server
- PostgreSQL
- SQLite
- IBM DB2
- Sybase/SAP ASE
CAST(expr AS VARCHAR) (without length) is supported by:
- SQL Server
- PostgreSQL
- SQLite
- Sybase/SAP ASE
Attachments
Issue Links
- is part of
-
MDEV-10137 Providing compatibility to other databases
-
- Open
-
-
MDEV-35388 Postgres compatible syntax
-
- Open
-
- relates to
-
MDEV-11275 sql_mode=ORACLE: CAST(..AS VARCHAR(N))
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Link | This issue is part of MDEV-10137 [ MDEV-10137 ] |
Affects Version/s | 10.3 [ 22126 ] | |
Issue Type | Bug [ 1 ] | Task [ 3 ] |
Labels | Compatibility |
Epic Link | MDEV-10137 [ 56868 ] |
Link |
This issue relates to |
Parent | MDEV-10137 [ 56868 ] | |
Issue Type | Task [ 3 ] | Technical task [ 7 ] |
Epic Link | MDEV-10137 [ 56868 ] |
Parent | MDEV-10137 [ 56868 ] | |
Issue Type | Technical task [ 7 ] | Task [ 3 ] |
Fix Version/s | 10.3 [ 22126 ] |
Assignee | Alexander Barkov [ bar ] | |
Labels | Compatibility | Compatibility Oracle |
Workflow | MariaDB v3 [ 78296 ] | MariaDB v4 [ 130544 ] |
Link | This issue is part of MDEV-35388 [ MDEV-35388 ] |
Monty wrote: