database
database copied to clipboard
Database Abstraction Layer, Schema Introspection, Schema Generation, Query Builders
:robot: I have created a release *beep* *boop* --- ## [2.10.1](https://github.com/cycle/database/compare/2.10.0...2.10.1) (2024-04-29) ### Bug Fixes * triggering changelog build ([4002820](https://github.com/cycle/database/commit/4002820fa99f88d96f27f533fda5b1d6e4836f67)) ### Documentation * add issue templates ([75086af](https://github.com/cycle/database/commit/75086af9abb974f15e7b942821413cdcbe627d55)) * added security.md...
Tasks: - [x] Switch from current issue templates to new ones. - [ ] Assignee should be @cycle/contributors by default - [ ] Add CODEOWNERS file
feat: introduce self-documenting `Makefile` for package development This update introduces a self-documenting `Makefile` as a single entry point for developers working on the package, streamlining the development process and enhancing...
### No duplicates 🥲. - [X] I have searched for a similar issue in our bug tracker and didn't find any solutions. ### Database MySQL ### What happened? ```php $orderGuids...
### No duplicates 🥲. - [X] I have searched for a similar issue in our bug tracker and didn't find any solutions. ### Database MySQL ### What happened? Continue of...
### No duplicates 🥲. - [X] I have searched for a similar issue in our bug tracker and didn't find any solutions. ### What happened? I'm trying to add a...
### No duplicates 🥲. - [X] I have searched for a similar issue in our bug tracker and didn't find any solutions. ### Database PostgreSQL ### What happened? Original issue...
### I have an idea! **Problem:** `\Cycle\Database\ColumnInterface` doesn't have something like `getComment()` method. Also no one Driver directory contains `comment` keyword :) So the idea is to have a `getComment()`...
### I have an idea! Why did you disable support for composite PKs?
### I have an idea! Please consider implementing a function to use a common table expression (CTE). in SelectQuery. This feature can greatly simplify complex queries and make them more...