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

No usage of `AbstractCommand::requireTransaction()`

Tigrov opened this issue 11 months ago
Do not call `CommandInterface::getRawSql()` if no `logger` or `profiler`

Tigrov opened this pull request 11 months ago
Fix rector

Tigrov opened this pull request 11 months ago
Improve type annotations

vjik opened this pull request 11 months ago
Fix query count

Tigrov opened this pull request 11 months ago
Fix BC issues

Tigrov opened this pull request 11 months ago
Enable backwards compatibility test

Tigrov opened this pull request 11 months ago
Add posibility to drop table `IF EXISTS` and `CASCADE`

Tigrov opened this issue 11 months ago
Move methods from `Command` to `AbstractPdoCommand` class

Tigrov opened this pull request 12 months ago
Fix `batchInsert()` with associative arrays

Tigrov opened this pull request 12 months ago
Deprecate `$withColumn` argument of `Quoter::getTableNamesParts()`

Tigrov opened this pull request 12 months ago
Changes before release 2.0.0

Tigrov opened this issue 12 months ago
Allow `ColumnInterface` as column type

Tigrov opened this pull request 12 months ago
Deprecate abstract type `SchemaInterface::TYPE_JSONB`

Tigrov opened this pull request about 1 year ago
Update yiisoft/cache-file requirement from ^2.0 to ^3.1

dependabot[bot] opened this pull request about 1 year ago
Allow scalars `int|float|bool` in `Query::select()`

Tigrov opened this issue about 1 year ago
`Schema::hasTableName()` method is missing

Tigrov opened this issue about 1 year ago
Fix CTE query expressions

Tigrov opened this pull request about 1 year ago
Execute `Query` without `->from()`

Tigrov opened this pull request about 1 year ago
`CommandInterface::getRawSQL()` - using in production / alternative

arogachev opened this issue about 1 year ago
Remove method `TableSchema::compositeForeignKey()`

vjik opened this issue about 1 year ago
Remove `$withColumn` parameter from `getTableNameParts()`

Tigrov opened this issue about 1 year ago
Refactor `Quoter`

Tigrov opened this pull request about 1 year ago
Deprecate compositeForeignKey()

Tigrov opened this pull request about 1 year ago
`Query::leftJoin` - a simpler way to quote join column?

arogachev opened this issue about 1 year ago
`Query::count()` can return `int|string` but always returns `int`

Tigrov opened this issue about 1 year ago
ColumnSchema classes for performance of typecasting

Tigrov opened this pull request about 1 year ago
Fix collected actions [debug]

xepozz opened this pull request about 1 year ago
Update README.md

xepozz opened this pull request about 1 year ago
Support enum values by all DBMS

Tigrov opened this issue about 1 year ago
Make array type only for `Constraint::$columnNames`

Tigrov opened this issue about 1 year ago
Replace object to stringable

kriptogenic opened this pull request about 1 year ago
Refactor DMLQueryBuilder

Tigrov opened this pull request about 1 year ago
Support Query result typing

smirnov-e opened this issue about 1 year ago
Update rector/rector requirement from ^0.17 to ^0.18

dependabot[bot] opened this pull request about 1 year ago
Different tables in columns

Tigrov opened this pull request about 1 year ago
Unique indexes can be loaded in 3 different ways

Tigrov opened this issue about 1 year ago
Inconsistency of `Schema::getTableForeignKeys()`

arogachev opened this issue about 1 year ago
Replace `object` type for constraint name with `Stringable`

vjik opened this issue about 1 year ago
Suggestion to speed up the casting of values

Tigrov opened this issue about 1 year ago
Support DateTime instances

Tigrov opened this pull request about 1 year ago
Improve Oracle column type

Tigrov opened this pull request about 1 year ago
Table foreign keys load two times as arrays and as objects

Tigrov opened this issue about 1 year ago
Minor fix phpdoc and changelog

vjik opened this pull request about 1 year ago
Fix phpdocs and docs

jiaweipan opened this pull request about 1 year ago
Add method `build()` in `ExpressionBuilderInterface::class`.

terabytesoftw opened this pull request about 1 year ago
Missing method in ExpressionBuilderInterface?

samdark opened this issue about 1 year ago
Refactoring of `AbstractSchema::getColumnPhpType()` method

Tigrov opened this pull request about 1 year ago
Add private `quoteCondition()` method.

terabytesoftw opened this pull request over 1 year ago
Add `autoIncrement` in `Primary Key` in `db-oracle`.

terabytesoftw opened this pull request over 1 year ago
Supports PHPs DateTime instances

Tigrov opened this issue over 1 year ago
Typecast refactoring

Tigrov opened this pull request over 1 year ago
Fix bit type

Tigrov opened this pull request over 1 year ago
Remove legacy sintaxis.

terabytesoftw opened this pull request over 1 year ago
Fix github actions for mariadb

darkdef opened this pull request over 1 year ago
Column schema fix

darkdef opened this pull request over 1 year ago
Enable Rector CI + Apply changes + Minor refactoring

dependabot[bot] opened this pull request over 1 year ago
Use Param object instead of array

Tigrov opened this issue over 1 year ago
Update rector/rector requirement from ^0.14 to ^0.16

dependabot[bot] opened this pull request over 1 year ago
Non-consistent types in `BatchQueryResultInterface`

vjik opened this issue over 1 year ago
NoSQL databases (particularly MongoDB)

luislobo opened this issue over 1 year ago
Remove methods replacing query condition

samdark opened this issue over 1 year ago
Remove unneeded line from test

samdark opened this pull request over 1 year ago
LikeCondition without % on prefix and suffix

Gerych1984 opened this issue over 1 year ago
Improve schema cache docs

vjik opened this pull request over 1 year ago
Fix active-record.yml action.

terabytesoftw opened this pull request over 1 year ago
Fix build union and order limit.

terabytesoftw opened this pull request over 1 year ago
Use more specicic type in PHPDoc

arogachev opened this pull request over 1 year ago
Fix composer root version in github actions.

terabytesoftw opened this pull request over 1 year ago
Update README.md

cebe opened this pull request over 1 year ago
Adjust ci tag released.

terabytesoftw opened this pull request over 1 year ago
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