Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/yiisoft/db

Yii Database Library
https://github.com/yiisoft/db

foreach loop should use list()

KeremArdicli opened this pull request over 1 year ago
wrong variable names passed in foreach block

KeremArdicli opened this pull request over 1 year ago
for vanilla PHP projects, Yii Cache package should be installed seper…

KeremArdicli opened this pull request over 1 year ago
Update mysql.md

KeremArdicli opened this pull request over 1 year ago
`getForeignKeys()` - inconsistency of array keys

arogachev opened this issue over 1 year ago
Introduce driver virtual-package

samdark opened this issue over 1 year ago
Fix #692: Remove PDO from interfaces

samdark opened this pull request over 1 year ago
Bug fix in documentation

s1lver opened this pull request over 1 year ago
Get DB type without size

arogachev opened this issue over 1 year ago
Add note about size to `ColumnSchemaInterface::getDbType()` PHPDoc

arogachev opened this pull request over 1 year ago
Add docs for selecting all columns

arogachev opened this pull request over 1 year ago
Ensure there is no PDO in interfaces

samdark opened this issue over 1 year ago
Add example for insert to docs

arogachev opened this pull request over 1 year ago
Add docs for `insert` (single row)

arogachev opened this issue over 1 year ago
Fix issue psalm, remove unnecesary phpdoc.

terabytesoftw opened this pull request over 1 year ago
Fix setter name

samdark opened this pull request over 1 year ago
Document transactions

samdark opened this pull request over 1 year ago
Fix #660: Correct schema docs

samdark opened this pull request over 1 year ago
Fix #674: Correct union/join

samdark opened this pull request over 1 year ago
Segregation interface (Logger and Profiler)

darkdef opened this pull request over 1 year ago
Fix issue psalm.

terabytesoftw opened this pull request over 1 year ago
Fix #635: Simplify cache implementation

samdark opened this pull request over 1 year ago
Check quotes `SQL` in all methods.

terabytesoftw opened this issue over 1 year ago
rename method

darkdef opened this pull request over 1 year ago
Naming - `ColumnSchema::isAllowNull()`

arogachev opened this issue over 1 year ago
Improves the definition of the column builder.

terabytesoftw opened this pull request over 1 year ago
Remove unnecessary methods.

terabytesoftw opened this pull request over 1 year ago
Rename columns for column.

terabytesoftw opened this pull request over 1 year ago
Fixes

samdark opened this pull request over 1 year ago
QueryPartsInterface phpdoc

samdark opened this issue over 1 year ago
Auto generate names for primary keys, foreign keys, indexes

arogachev opened this issue over 1 year ago
Better naming classes with `PDO` - part 2.

terabytesoftw opened this pull request over 1 year ago
Add explained for index type, in `createIndex()`.

terabytesoftw opened this pull request over 1 year ago
Add docs for schema - part 1.

terabytesoftw opened this pull request over 1 year ago
Distribute missing docs changes to other db repos

arogachev opened this issue over 1 year ago
Various corrections before release, part 2

arogachev opened this pull request over 1 year ago
Naming - `TableSchema::columns()`

arogachev opened this issue over 1 year ago
Naming inconsistency - `TableSchema::compositeFk()`

arogachev opened this issue over 1 year ago
Apply corrections in notes.

terabytesoftw opened this pull request over 1 year ago
Split operators.

terabytesoftw opened this pull request over 1 year ago
Add github actions in testing.

terabytesoftw opened this pull request over 1 year ago
Use full name.

terabytesoftw opened this pull request over 1 year ago
Docs on inspecting DB schema

samdark opened this issue over 1 year ago
Add constants for `CASCADE`, etc.?

arogachev opened this issue over 1 year ago
Naming - `refTable` / `refColumns`

arogachev opened this issue over 1 year ago
How to check existence of a table?

arogachev opened this issue over 1 year ago
Better naming classes with `PDO` - part 2.

terabytesoftw opened this pull request over 1 year ago
Remove link package itself, adopt last change packages drivers.

terabytesoftw opened this pull request over 1 year ago
Allow optional databaseName in constructor for `DsnSocket::class`.

terabytesoftw opened this pull request over 1 year ago
Better naming helpers.

terabytesoftw opened this pull request over 1 year ago
Make Database name optional in Socket Dsn

cebe opened this pull request over 1 year ago
Add list extensions for `yiisoft/db`.

terabytesoftw opened this pull request almost 2 years ago
Remove `getCacheKey()` to `ConnectionInterface::class`.

terabytesoftw opened this pull request almost 2 years ago
Add command `showDatabases()`.

terabytesoftw opened this pull request almost 2 years ago
Rename `ArrayHelper` and `StringHelper`

vjik opened this issue almost 2 years ago
added tests for StringHelper::normalizeFloat()

cebe opened this pull request almost 2 years ago
PHP Docs Improvements

cebe opened this pull request almost 2 years ago
Remove cache duration `AbstractSchema::class`.

terabytesoftw opened this pull request almost 2 years ago
Remove unsed `Stringable` in `Query::class`.

terabytesoftw opened this pull request almost 2 years ago
Better naming `getDriverName()`.

terabytesoftw opened this pull request almost 2 years ago
Use case and naming of Connection:: getName()

cebe opened this issue almost 2 years ago
Connection::getCacheKey() should not be part of the interface

cebe opened this issue almost 2 years ago
AbstractDsn database name should be optional?

cebe opened this issue almost 2 years ago
SchemaCache implementation is incomplete

cebe opened this issue almost 2 years ago
Change visibility better naming

terabytesoftw opened this pull request almost 2 years ago
Docs corrections

arogachev opened this pull request almost 2 years ago
Update .editorconfig.yml.

terabytesoftw opened this pull request almost 2 years ago
Prepare composer.json for release

samdark opened this pull request almost 2 years ago
Improve README

samdark opened this pull request almost 2 years ago
Update StyleCI config

vjik opened this pull request almost 2 years ago
Add `contributing.md` doc.

terabytesoftw opened this pull request almost 2 years ago
Add testing docs.

terabytesoftw opened this pull request almost 2 years ago
Split debug

xepozz opened this pull request almost 2 years ago
Medium and long text support for mysql

darkdef opened this pull request almost 2 years ago
[Refactoring todo] Master/Slave implementation of ConnectionInterface

darkdef opened this issue almost 3 years ago
Support FETCH n FIRST/NEXT ROWS expression for limit

Insolita opened this issue over 3 years ago
Separated scheme loading from main thread.

kamarton opened this issue almost 5 years ago
Query::all() with iterator result

kamarton opened this issue over 5 years ago
Add some id to SQL statements

uldisn opened this issue over 5 years ago
Split connection into master and slave

SamMousa opened this issue about 6 years ago
Batchinsert and associative arrays

SamMousa opened this issue over 6 years ago
Setting escapingReplacements property of the LikeCondition

easyrider7522 opened this issue almost 7 years ago
Proposal: longtext

i-panov opened this issue almost 7 years ago
Calling yii\db\Query addSelect($fields) overwrites default select set

undestroyer opened this issue about 7 years ago
Add method batchUpdate in \yii\db\QueryBuilder

dimmitri opened this issue over 7 years ago
Add Hint Index in queries

fdezmc opened this issue almost 9 years ago
refactor QueryBuilder::buildUnion

cebe opened this issue almost 9 years ago
Support JSON data type in latest MySQL, Oracle, PostgreSQL

fproject opened this issue about 9 years ago
copyTable function for Command like renameTable

zuoRambo opened this issue about 9 years ago
How to set a PDO statement attribute?

aliechti opened this issue about 9 years ago
QueryBuilder: union and order by not works

leandrogehlen opened this issue over 9 years ago