nextcloud/lib
Daniel Kesselberg 21b80a89b0
Fetch lastInsertId only when id null
When id column has no autoincrement flag query for lastInsertId fails
on postgres because no value has been generated. Call lastInsertId only
if id is null.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-12-24 14:21:39 +01:00
..
composer Add IMapperException 2018-12-06 22:26:58 +01:00
l10n [tx-robot] updated from transifex 2018-12-17 01:11:33 +00:00
private Add default values when parsing account data 2018-12-23 16:33:02 +01:00
public Fetch lastInsertId only when id null 2018-12-24 14:21:39 +01:00
autoloader.php move log constants to ILogger 2018-04-26 10:45:52 +02:00
base.php Use the defined func()->count() instead of manual counting 2018-11-08 15:44:45 +01:00
versioncheck.php NC16 is php >= 7.1 2018-12-21 16:04:11 +01:00