![]() |
Database needs to be created manually. |
![]() |
Porting was simplified by creating domains for every datatype. This enabled a lot of cut and paste. |
![]() |
Handling AUTOINCREMENT required a special stored procedure |
![]() |
Biggest problem was caused by not specifying ADODB_ASSOC_CASE. Firebird returns columns in UPPERCASE by default. Flyspray was expecting lower case (as per mySQL and postgres.) |
![]() |
A few changes were required to the setup.php. |
![]() |
Lets look at the finished schema. |
![]() | ![]() |