zend-db icon indicating copy to clipboard operation
zend-db copied to clipboard

Db component from Zend Framework

Results 100 zend-db issues
Sort by recently updated
recently updated
newest added

This issue has been moved from the `zendframework` repository as part of the bug migration program as outlined here - http://framework.zend.com/blog/2016-04-11-issue-closures.html --- Original Issue: https://api.github.com/repos/zendframework/zendframework/issues/6977 User: @alexandretaz Created On: 2014-12-08T17:32:57Z...

In Zend\Db\Adapter line 299 the PDO Driver constructor is called without options. Is there a way to not unset the 'options" parameter or re-inject the $options array in the PdoDriver...

question
awaiting author updates

re-create of https://github.com/zendframework/zendframework/pull/6767

Sometimes the database contains tables like `foo` and `bar` with an `n:m` relationship between them, that is implemented as an association table `foo_bar` (with `FOREIGN KEY`s to `foo.id` and to...

question

https://github.com/zendframework/zendframework/blob/release-2.4/library/Zend/Db/Sql/Expression.php As we checked, it has issues to format the date. When we have taken replaced the code of 2.4 with version 2.3, it is running proper You can look...

4 years ago @RalfEggert wrote a post http://zend-framework-community.634137.n4.nabble.com/Combine-TableGateway-RowGateway-and-Entity-classes-td4658325.html about combining RowGatewayFeature with HydratingResultSet. It is still not working. I think it may be commonly used feature - work with hydrated...

I'm using Postgresql schemas (without SET search_path). What I'm trying to achieve is getting getLastGeneratedValue with TableGateway when in transaction. I've added `new SequenceFeature('id', 'site.table_id_seq')` but this throws PDOException. Generated...

As described in https://github.com/zendframework/zend-db/issues/161

Add support for Index creation with PostgreSQL platform. $table = CreateTable(); $table->addConstraint(new Index()) crashed with invalid syntax error. Same for AlterTable. Can be considered as first step towards cleaning up...

enhancement
awaiting author updates