mybb / mybb2

The repository for the MyBB 2 forum software. Not to be used on live boards.
https://www.mybb.com
BSD 3-Clause "New" or "Revised" License
109 stars 45 forks source link

Fix databases #117

Closed JN-Jones closed 9 years ago

JN-Jones commented 9 years ago

Note: This is based on #78 which should be merged. Also I need to get MS SQL Server running locally to test that too.

JN-Jones commented 9 years ago

Ok, forget about MS SQL: though I was able to get it working and was able to connect to the server it throwed some pretty odd errors: first it didn't want to drop the is_user_setting because an internal "object-object" needed it it then throwed errors with the timestamps for the user tables when seeding it.

wpillar commented 9 years ago

So what's this PR for?

JN-Jones commented 9 years ago

Because we also want to support SQLite and PostgreSQL and not only MySQL

JN-Jones commented 9 years ago

@euantorano @wpillar