yandod / candycane

a port of Redmine to CakePHP from Ruby on Rails
http://my.candycane.jp
510 stars 127 forks source link

Adding support to SQLite #259

Closed fabianofa closed 9 years ago

fabianofa commented 9 years ago

Adding support for new installations with SQLite database. It does mess with HTML fields, since varchar type is not supported on SQLite and everything is changed to text. Meaning that where were single line input type text are now textarea.

I'm not sure if I'd have time to implement this behavior, but someone else can continue from here.

fabianofa commented 9 years ago

I misunderstood the data type affinity that SQLite has with MySQL data type. I'll update the install sql and open another pull request.