Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / yiisoft/db issues and pull requests
#796 - `Command::upsertWithReturningPks()` required for `ActiveRecord::upsert()`
Issue -
State: open - Opened by Tigrov 11 months ago
#795 - Batch insert with empty columns
Pull Request -
State: closed - Opened by Tigrov 11 months ago
- 2 comments
Labels: status:code review
#794 - Logger context
Pull Request -
State: closed - Opened by darkdef 11 months ago
- 2 comments
#793 - DbLoggerInterface
Pull Request -
State: closed - Opened by darkdef 11 months ago
- 2 comments
#792 - Bug in `Command::insertWithReturningPks()` with empty values
Issue -
State: closed - Opened by Tigrov 11 months ago
Labels: type:bug
#791 - Test `Command::insertWithReturningPks()` with empty values
Pull Request -
State: closed - Opened by Tigrov 11 months ago
- 2 comments
Labels: type:bug
#790 - Setting escapingReplacements property of the LikeCondition
Issue -
State: open - Opened by easyrider7522 over 6 years ago
- 2 comments
#789 - Fix `QueryBuilderTest::testBatchInsert()`
Pull Request -
State: closed - Opened by Tigrov 12 months ago
- 2 comments
Labels: status:code review
#788 - Fix casting integer to string in `AbstractCommand::getRawSql()`
Pull Request -
State: closed - Opened by Tigrov 12 months ago
- 2 comments
#787 - Fix pgsql.md
Pull Request -
State: closed - Opened by Tigrov 12 months ago
- 1 comment
#786 - Refactor `AbstractSchema::getDataType()`
Pull Request -
State: closed - Opened by Tigrov 12 months ago
- 2 comments
#785 - Refactor `AbstractCommand::getRawSql()`
Pull Request -
State: closed - Opened by Tigrov 12 months ago
- 2 comments
#784 - Specify result type of `ConstraintSchemaInterface::getTableIndexes()` method to `IndexConstraint[]`
Pull Request -
State: closed - Opened by vjik 12 months ago
- 2 comments
Labels: status:code review
#783 - Needs to refactor `getRawSql()`
Issue -
State: closed - Opened by Tigrov 12 months ago
#782 - No usage of `AbstractCommand::requireTransaction()`
Issue -
State: open - Opened by Tigrov 12 months ago
- 3 comments
Labels: status:under discussion
#781 - Do not call `CommandInterface::getRawSql()` if no `logger` or `profiler`
Pull Request -
State: closed - Opened by Tigrov 12 months ago
- 2 comments
Labels: status:code review
#780 - Fix rector
Pull Request -
State: closed - Opened by Tigrov 12 months ago
- 2 comments
#779 - Improve type annotations
Pull Request -
State: closed - Opened by vjik 12 months ago
- 2 comments
Labels: status:code review
#778 - Deprecate unnecessary argument `$rawSql` of `AbstractCommand::internalExecute()`
Pull Request -
State: closed - Opened by Tigrov almost 1 year ago
- 2 comments
Labels: status:code review
#777 - Fix query count
Pull Request -
State: closed - Opened by Tigrov about 1 year ago
- 2 comments
Labels: status:code review
#776 - Allow pass `ExpressionInterface` as alias to `QueryPartsInterface::withQuery()`
Issue -
State: closed - Opened by vjik about 1 year ago
- 1 comment
#775 - Fix BC issues
Pull Request -
State: closed - Opened by Tigrov about 1 year ago
- 2 comments
#774 - Enable backwards compatibility test
Pull Request -
State: closed - Opened by Tigrov about 1 year ago
- 2 comments
#773 - Add posibility to drop table `IF EXISTS` and `CASCADE`
Issue -
State: open - Opened by Tigrov about 1 year ago
- 2 comments
#772 - Allow use `DMLQueryBuilderInterface::batchInsert()` without `$columns`
Issue -
State: closed - Opened by Tigrov about 1 year ago
- 4 comments
#771 - Support Query result typing
Issue -
State: open - Opened by smirnov-e about 1 year ago
- 13 comments
Labels: type:enhancement
#770 - Move methods from `Command` to `AbstractPdoCommand` class
Pull Request -
State: closed - Opened by Tigrov about 1 year ago
- 2 comments
Labels: status:code review
#769 - Fix `batchInsert()` with associative arrays
Pull Request -
State: closed - Opened by Tigrov about 1 year ago
- 2 comments
#768 - Deprecate `$withColumn` argument of `Quoter::getTableNamesParts()`
Pull Request -
State: closed - Opened by Tigrov about 1 year ago
- 2 comments
#767 - Changes before release 2.0.0
Issue -
State: closed - Opened by Tigrov about 1 year ago
#766 - Allow `ColumnInterface` as column type
Pull Request -
State: closed - Opened by Tigrov about 1 year ago
- 2 comments
#765 - Deprecate abstract type `SchemaInterface::TYPE_JSONB`
Pull Request -
State: closed - Opened by Tigrov about 1 year ago
- 1 comment
#764 - Update yiisoft/cache-file requirement from ^2.0 to ^3.1
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
- 1 comment
Labels: dependencies, php
#763 - Allow scalars `int|float|bool` in `Query::select()`
Issue -
State: closed - Opened by Tigrov about 1 year ago
- 1 comment
#762 - `Schema::hasTableName()` method is missing
Issue -
State: open - Opened by Tigrov about 1 year ago
- 1 comment
#761 - Fix CTE query expressions
Pull Request -
State: closed - Opened by Tigrov about 1 year ago
- 4 comments
Labels: type:bug
#760 - Execute `Query` without `->from()`
Pull Request -
State: closed - Opened by Tigrov about 1 year ago
- 2 comments
#759 - `CommandInterface::getRawSQL()` - using in production / alternative
Issue -
State: closed - Opened by arogachev about 1 year ago
- 12 comments
Labels: question
#758 - Remove method `TableSchema::compositeForeignKey()`
Issue -
State: closed - Opened by vjik about 1 year ago
- 1 comment
#757 - Remove `$withColumn` parameter from `getTableNameParts()`
Issue -
State: closed - Opened by Tigrov about 1 year ago
- 3 comments
#756 - Refactor `Quoter`
Pull Request -
State: closed - Opened by Tigrov about 1 year ago
- 2 comments
Labels: type:bug
#755 - Deprecate compositeForeignKey()
Pull Request -
State: closed - Opened by Tigrov about 1 year ago
- 3 comments
#754 - `Query::leftJoin` - a simpler way to quote join column?
Issue -
State: open - Opened by arogachev about 1 year ago
- 3 comments
Labels: type:enhancement, status:under discussion
#753 - `Query::count()` can return `int|string` but always returns `int`
Issue -
State: closed - Opened by Tigrov about 1 year ago
- 1 comment
#752 - ColumnSchema classes for performance of typecasting
Pull Request -
State: closed - Opened by Tigrov about 1 year ago
- 2 comments
Labels: status:code review
#751 - Fix collected actions [debug]
Pull Request -
State: closed - Opened by xepozz about 1 year ago
- 2 comments
#750 - Update README.md
Pull Request -
State: closed - Opened by xepozz about 1 year ago
- 1 comment
#749 - Support enum values by all DBMS
Issue -
State: open - Opened by Tigrov about 1 year ago
#748 - Make array type only for `Constraint::$columnNames`
Issue -
State: open - Opened by Tigrov about 1 year ago
#747 - Replace object to stringable
Pull Request -
State: closed - Opened by kriptogenic about 1 year ago
- 5 comments
Labels: status:under discussion
#746 - Refactor DMLQueryBuilder
Pull Request -
State: closed - Opened by Tigrov about 1 year ago
- 3 comments
Labels: type:bug
#745 - Update rector/rector requirement from ^0.17 to ^0.18
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
- 2 comments
Labels: dependencies, php
#744 - Different tables in columns
Pull Request -
State: closed - Opened by Tigrov over 1 year ago
- 6 comments
#742 - Unique indexes can be loaded in 3 different ways
Issue -
State: open - Opened by Tigrov over 1 year ago
- 1 comment
Labels: status:under discussion
#740 - Inconsistency of `Schema::getTableForeignKeys()`
Issue -
State: closed - Opened by arogachev over 1 year ago
- 2 comments
Labels: status:under discussion
#739 - DB agnostic `ForeignKeyConstraint::getOnUpdate()` and `ForeignKeyConstraint::getOnDelete()`
Issue -
State: open - Opened by arogachev over 1 year ago
- 1 comment
Labels: status:under discussion
#738 - Replace `object` type for constraint name with `Stringable`
Issue -
State: open - Opened by vjik over 1 year ago
- 4 comments
Labels: status:ready for adoption
#737 - Suggestion to speed up the casting of values
Issue -
State: closed - Opened by Tigrov over 1 year ago
- 3 comments
Labels: type:enhancement, status:ready for adoption
#736 - Support DateTime instances
Pull Request -
State: open - Opened by Tigrov over 1 year ago
- 2 comments
#735 - Improve Oracle column type
Pull Request -
State: closed - Opened by Tigrov over 1 year ago
- 2 comments
#734 - Table foreign keys load two times as arrays and as objects
Issue -
State: open - Opened by Tigrov over 1 year ago
- 5 comments
Labels: status:under discussion
#733 - Minor fix phpdoc and changelog
Pull Request -
State: closed - Opened by vjik over 1 year ago
- 2 comments
Labels: status:code review
#732 - Fix phpdocs and docs
Pull Request -
State: closed - Opened by jiaweipan over 1 year ago
- 3 comments
Labels: status:code review
#731 - Add method `build()` in `ExpressionBuilderInterface::class`.
Pull Request -
State: closed - Opened by terabytesoftw over 1 year ago
- 1 comment
#730 - Missing method in ExpressionBuilderInterface?
Issue -
State: open - Opened by samdark over 1 year ago
- 3 comments
Labels: status:ready for adoption
#729 - What is the difference between `InvalidArgumentException` and `InvalidParamException`?
Issue -
State: open - Opened by Tigrov over 1 year ago
- 3 comments
Labels: status:ready for adoption
#728 - Refactoring of `AbstractSchema::getColumnPhpType()` method
Pull Request -
State: closed - Opened by Tigrov over 1 year ago
- 3 comments
#727 - Add private `quoteCondition()` method.
Pull Request -
State: closed - Opened by terabytesoftw over 1 year ago
- 2 comments
#726 - Add `autoIncrement` in `Primary Key` in `db-oracle`.
Pull Request -
State: closed - Opened by terabytesoftw over 1 year ago
- 2 comments
Labels: status:code review
#725 - Supports PHPs DateTime instances
Issue -
State: open - Opened by Tigrov over 1 year ago
- 2 comments
Labels: type:enhancement, status:ready for adoption
#724 - Typecast refactoring
Pull Request -
State: closed - Opened by Tigrov over 1 year ago
- 3 comments
Labels: status:code review
#723 - Fix bit type
Pull Request -
State: closed - Opened by Tigrov over 1 year ago
- 4 comments
#722 - Remove legacy sintaxis.
Pull Request -
State: closed - Opened by terabytesoftw over 1 year ago
- 3 comments
#721 - Fix github actions for mariadb
Pull Request -
State: closed - Opened by darkdef over 1 year ago
- 2 comments
#720 - Column schema fix
Pull Request -
State: closed - Opened by darkdef over 1 year ago
- 12 comments
Labels: type:bug, status:under development
#719 - Enable Rector CI + Apply changes + Minor refactoring
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
- 6 comments
Labels: status:code review, dependencies, php
#718 - Use Param object instead of array
Issue -
State: closed - Opened by Tigrov over 1 year ago
- 1 comment
Labels: type:bug
#717 - Update rector/rector requirement from ^0.14 to ^0.16
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
- 3 comments
Labels: dependencies, php
#716 - Non-consistent types in `BatchQueryResultInterface`
Issue -
State: open - Opened by vjik over 1 year ago
#715 - NoSQL databases (particularly MongoDB)
Issue -
State: open - Opened by luislobo over 1 year ago
- 5 comments
Labels: status:under discussion
#714 - Remove methods replacing query condition
Issue -
State: open - Opened by samdark over 1 year ago
- 3 comments
Labels: type:enhancement, status:under discussion
#713 - Remove unneeded line from test
Pull Request -
State: closed - Opened by samdark over 1 year ago
- 1 comment
#712 - LikeCondition without % on prefix and suffix
Issue -
State: closed - Opened by Gerych1984 over 1 year ago
- 2 comments
Labels: question
#711 - Improve schema cache docs
Pull Request -
State: closed - Opened by vjik over 1 year ago
Labels: status:code review
#710 - Fix active-record.yml action.
Pull Request -
State: closed - Opened by terabytesoftw over 1 year ago
- 1 comment
#709 - Fix build union and order limit.
Pull Request -
State: closed - Opened by terabytesoftw over 1 year ago
- 3 comments
#708 - Use more specicic type in PHPDoc
Pull Request -
State: closed - Opened by arogachev over 1 year ago
- 1 comment
Labels: type:task
#707 - Fix composer root version in github actions.
Pull Request -
State: closed - Opened by terabytesoftw over 1 year ago
- 1 comment
Labels: status:code review
#706 - Update README.md
Pull Request -
State: closed - Opened by cebe over 1 year ago
#705 - Adjust ci tag released.
Pull Request -
State: closed - Opened by terabytesoftw over 1 year ago
- 2 comments
#704 - Executing many commands with missing required parameters dont throw error
Issue -
State: closed - Opened by KeremArdicli over 1 year ago
- 4 comments
#703 - foreach loop should use list()
Pull Request -
State: closed - Opened by KeremArdicli over 1 year ago
- 1 comment
#702 - wrong variable names passed in foreach block
Pull Request -
State: closed - Opened by KeremArdicli over 1 year ago
Labels: type:docs
#701 - for vanilla PHP projects, Yii Cache package should be installed seper…
Pull Request -
State: closed - Opened by KeremArdicli over 1 year ago
- 1 comment
Labels: type:docs, status:code review
#700 - Update mysql.md
Pull Request -
State: closed - Opened by KeremArdicli over 1 year ago
Labels: status:code review
#699 - `getForeignKeys()` - inconsistency of array keys
Issue -
State: open - Opened by arogachev over 1 year ago
- 4 comments
Labels: status:under discussion
#698 - Introduce driver virtual-package
Issue -
State: open - Opened by samdark over 1 year ago
Labels: type:enhancement
#697 - Fix #692: Remove PDO from interfaces
Pull Request -
State: closed - Opened by samdark over 1 year ago
- 1 comment
#696 - Bug fix in documentation
Pull Request -
State: closed - Opened by s1lver over 1 year ago
- 1 comment
Labels: type:bug, type:docs
#695 - Get DB type without size
Issue -
State: closed - Opened by arogachev over 1 year ago
- 5 comments
Labels: type:enhancement, status:under discussion