[Bug 56542] Database::upsert does not handle sequences for the insert

2014-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56542 db duplicate...@googlemail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 56542] Database::upsert does not handle sequences for the insert

2014-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56542 Umherirrender umherirrender_de...@web.de changed: What|Removed |Added CC|

[Bug 56542] Database::upsert does not handle sequences for the insert

2014-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56542 Umherirrender umherirrender_de...@web.de changed: What|Removed |Added See Also|

[Bug 56542] Database::upsert does not handle sequences for the insert

2014-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56542 --- Comment #3 from Aaron Schulz aschulz4...@gmail.com --- Doesn't Postgres have DEFAULT NEXTVAL('some_seq') and SERIAL columns? -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.

[Bug 56542] Database::upsert does not handle sequences for the insert

2014-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56542 --- Comment #4 from Umherirrender umherirrender_de...@web.de --- Postgres is using DEFAULT NEXTVAL, but not Oracle. I found that Oracle will support DEFAULT NEXTVAL with version 12c, but MediaWiki supports Oracle 9.0.1 or later at the moment.

[Bug 56542] Database::upsert does not handle sequences for the insert

2013-11-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56542 Andre Klapper aklap...@wikimedia.org changed: What|Removed |Added Priority|Unprioritized |Normal