Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQLite branch #289

Closed
wants to merge 1 commit into from
Closed

SQLite branch #289

wants to merge 1 commit into from

Conversation

niutech
Copy link

@niutech niutech commented Jun 4, 2014

This is an initial work on SQLite 3 backend of esoTalk. It works fine on my localhost, but I haven't tested it thoroughly. Please help me developing this branch.

What I did was:

  • replacing MySQL texts with SQLite
  • removing the host, username and password from the installer
  • rebuilding a lot of SQL statements, e.g. changing IF to CASE, GREATEST to MAX, etc.
  • removing some unsupported features, e.g. non-unique keys in tables, altering columns, enums, etc.
  • changing fulltext search into slower LIKE search

To do:

  • test and find bugs
  • add indexes
  • add fulltext search using FTS3
  • modify plugins

Enjoy!

@tobyzerner
Copy link
Member

This is fantastic work! Not going to adopt into the official repo because I certainly don't have enough experience with SQLite to be able to maintain it officially — so I'm closing this pull request. Fantastic work again though!

@tobyzerner tobyzerner closed this Jun 16, 2014
@niutech
Copy link
Author

niutech commented Jun 16, 2014

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants