We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This bug does not occur in SQLite.
Could this perhaps be because PostgreSQL enforces NOT NULL constraints more strictly and doesn't automatically assign an id?
[error] 332195#332195: *36889 FastCGI sent in stderr: "PHP message: PDOException: SQLSTATE[23502]: Not null violation: 7 ERROR: null value in column "id" of relation "calendarchanges" violates not-null constraint DETAIL: Failing row contains (null, 982b872a-a9f6-4727-a7b7-e95e5204f67a.ics, 1344, 1, 2). in /baikal/vendor/sabre/dav/lib/CalDAV/Backend/PDO.php:1041 Stack trace: #0 /baikal/vendor/sabre/dav/lib/CalDAV/Backend/PDO.php(1041): PDOStatement->execute() #1 /baikal/vendor/sabre/dav/lib/CalDAV/Backend/PDO.php(596): Sabre\CalDAV\Backend\PDO->addChange() #2 /baikal/vendor/sabre/dav/lib/CalDAV/CalendarObject.php(103): Sabre\CalDAV\Backend\PDO->updateCalendarObject() #3 /baikal/vendor/sabre/dav/lib/DAV/Server.php(1137): Sabre\CalDAV\CalendarObject->put() #4 /baikal/vendor/sabre/dav/lib/DAV/CorePlugin.php(492): Sabre\DAV\Server->updateFile() #5 /baikal/vendor/sabre/event/lib/WildcardEmitterTrait.php(89): Sabre\DAV\CorePlugin->httpPut() #6 /baikal/vendor/sabre/dav/lib/DAV/S" while reading response header from upstream, client: 192.168.0.2, server: baikal.example.com, request: "PUT /dav.php/calendars/user/default/982b872a-a9f6-4727-a7b7-e95e5204f67a.ics HTTP/1.1", upstream: "fastcgi://unix:/var/run/php-fpm/php-fpm.sock:", host: "baikal.example.com"
Steps to reproduce:
Version: sabre/baikal 0.10.1 sabre/dav 4.7.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This bug does not occur in SQLite.
Could this perhaps be because PostgreSQL enforces NOT NULL constraints more strictly and doesn't automatically assign an id?
Steps to reproduce:
Version:
sabre/baikal 0.10.1
sabre/dav 4.7.0
The text was updated successfully, but these errors were encountered: