-
Considering that a UNION should be able to replace an aliased table in a query, is there any reason the Select class prohibits doing this:
``` php
(new Select(['u' => new Combine([$select1, $select2,…
-
When a persistent connection fails to connect, other unrelated DB connections appear to fail when they are successfully connected - they should not falsely appear to fail.
Could be related to https://…
-
Briefly: SQL queries fails when few `limit` statements is used (sub-select, maybe unions)
Context: PDO Mysql driver
Expected SQL (simplified):
```sql
SELECT (SELECT column FROM foo LIMIT 1) A…
-
https://github.com/zendframework/zend-db/blob/master/doc/book/adapter.md#examples
Needs updating, the example:
```
$sql = 'UPDATE ' . $qi('artist')
. ' SET ' . $qi('name') . ' = ' . $fp('n…
-
```
X-Face: -wlbD9'=rreR]%7k=U/$9SH49NUKg%87&q@LL/f-N8J5fAS$(eMSkqGYAX{V?:}ZP7&|@~
lR"jz-sU-yjj4Om?"#^&RQ/D1X}NaJG''pmX\qOjp;Mejrcq?~.iVv*)nD(-c4kSQvL.N=
q_9[7vt;C$!vga6l_O1d52OWygz…
-
How to implement
"LOCK TABLE {{tableName}} WRITE"
& "UNLOCK TABLE" ?
-
Dear all,
i have some difficulties to use CLOB with OCI8 driver. I was able to do it with ZF1 like this:
```
$sql = "INSERT INTO MY_TABLE (COL1, COL2,COLCLOB) values (:col1, :col2, EMPTY_CLOB(…
-
Currently, the `$where` parameter in `AbstractTableGateway::select`, `AbstractTableGateway::update`, and `AbstractTableGateway::delete` will accept Closures, but not invokable classes. It would be nic…
-
[https://github.com/zendframework/zend-db/blob/master/src/Adapter/Platform/AbstractPlatform.php](url)
line 44
```PHP
$parts = preg_split(
'/([^0-9,a-z,A-Z$_:])/i',
$identi…
-
Hi,
First: sorry if my english is not perfect :-)
In my company, a project (currently in development) is using Zend\Mail with SMTP protocol to send email
When a mail is sent with multiple recip…