db icon indicating copy to clipboard operation
db copied to clipboard

Yii Database Library

Results 102 db issues
Sort by recently updated
recently updated
newest added

Postgres since 13, and oracle since 12 ver support expression `OFFSET start { ROW | ROWS } FETCH { FIRST | NEXT } [ count ] { ROW | ROWS...

type:enhancement
status:ready for adoption

See https://github.com/yiisoft/yii2/pull/18407#discussion_r530507105

type:enhancement

Currently both master and slave connections use the same class. This violates the SRP. We should have a class that only implements the slave connection part and one class that...

type:enhancement
status:ready for adoption

*@teo1978 commented on Jul 29, 2018, 3:42 PM UTC:* MySQL's "`utf8`" charset, which shouldn't even be called that since it is not actual utf8, was a disgrace that happened years...

type:enhancement

### What steps will reproduce the problem? Schema loading on the main thread is problematic in several ways (like yii2): - block main thread, increase response delay - this is...

status:under discussion

What events do you think are usable to be emitted by database abstraction layer?

status:under discussion

The following info should be useful: - SQL queries - Timings - Connections - Schema reading What else?

status:under discussion

I have to use the each method to select in batches. The problem is, that I have to delete some columns in this foreach, which generates a table lock. Now...

type:enhancement
status:ready for adoption
polar