https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7365
--- Comment #26 from David Cook <[email protected]> --- (In reply to Mark Hofstetter from comment #25) > Hi, > > I would like to use postgres/Oracle with koha, and be willing to implement > it. Has anybody started this - and/or would be willing to give me hints on > the structure needed > > cheers > Mark I think BibLibre did work on this in the past, but I can't imagine this work ever being successful, since there are many MySQLisms in Koha. While Koha does use an ORM in many places now, there are still queries written by hand, and the database creation scripts all use MySQL-specific syntax. Plus there is that old comment of mine about the MySQL extension to InnoDB. It would be easier to adapt one's own system to use MySQL than to adapt Koha to use a different database, I reckon. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
