database icon indicating copy to clipboard operation
database copied to clipboard

Database Abstraction Layer, Schema Introspection, Schema Generation, Query Builders

Results 33 database issues
Sort by recently updated
recently updated
newest added

- Added oracle driver - Added tests for oracle driver - Added oracle-xe-11g-r2 docker container - Added docker container PHP with pdo_oci - Added bash script with pdo_oci installer ##...

type: feature

### No duplicates 🥲. - [X] I have searched for a similar issue in our bug tracker and didn't find any solutions. ### Database SQLite ### What happened? When query...

type:bug
status:to be verified

### No duplicates 🥲. - [X] I have searched for a similar issue in our bug tracker and didn't find any solutions. ### Database _No response_ ### What happened? A...

type:bug

### I have an idea! It would be nice to add Fragment support when specifying the column type. When passing a Fragment, don't map it and use it as a...

type: feature

### I have an idea! It would be nice to have a file reference in the following error: `Cycle\Database\Exception\StatementException: SQLSTATE[HY000] [14] unable to open database file in {project}/vendor/cycle/database/src/Driver/SQLite/SQLiteDriver.php:39` Or if...

type: feature

Research the possibility to add `spiral/*` v3 dependencies here https://github.com/cycle/database/blob/32ef32a45aaf198d0046cf4f1bd030b58bf6698e/composer.json#L18-L20

type:enhancement

### I have an idea! Add events for transaction begin/commit/rollback and others

type: feature

### No duplicates 🥲. - [X] I have searched for a similar issue in our bug tracker and didn't find any solutions. ### Database SQLite, MySQL, PostgreSQL, MSSQL ### What...

type:bug
status:to be verified

### I have an idea! ```SQL CREATE TABLE Customers ( Age INT DEFAULT 18 CHECK(Age >0 AND Age < 100), ) ``` Or ```SQL CREATE TABLE Customers ( Age INT...

type: feature

### I have an idea! To add an ability to delete a table or table data - ignoring FK - delete all tables - remove table data

type: feature