You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fixed Code of Conduct.
* Refactoring tests to support more.
* #22 Added support for: date_format, LPAD, mod, minute, format, CONVERT_TZ, TIMEDIFF, UNIX_TIMESTAMP, weekday, inet_ntoa, and date_add with select intervals
* #22 Added DIV Operator
* #22 Added a Test for an edge case from @DrLongGhost
* #16 Cleaned up composer.json
Want to file a bug, contribute some code, improve documentation, or request a feature? Awesome Sauce! Read up on our guidelines for [contributing][contributing]
93
+
Want to file a bug, contribute some code, improve documentation, or request a feature? Awesome Sauce! Read up on our guidelines for [contributing][contributing]. All contributions must follow our [Code of Conduct][codeofconduct].
66
94
67
95
# Questions
68
96
Have a question? [Log an issue][issue] with the **Question** tag. We'll get back to you in a timely fashion.
Copy file name to clipboardExpand all lines: composer.json
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "spam-n-eggs/laravel-mysqlite",
3
-
"description": "MySQLite connector for laravel that Leverages vectorface/mysqlite to add MySQL functionality to SQLite",
3
+
"description": "MySQLite is a Laravel connector for SQLite that emulates MySQL functionality. The currently ported functionalities can be viewed in README.md on the github site.",
0 commit comments