Franco Gilio

Results 5 issues of Franco Gilio

I've been lookin for a good light theme for some time... those are hard to find. Onehalf looks **great**, thanks for publishing it. Do you plan on supporting Visual Studio...

I think now a days HTTPS should come integrated and even be the default option in the box. What's your take on this? In the meantime, how can we setup...

Feature
To Discuss

Hi Aaron! Another draft PR here, it's missing tests and the implementation is just bare bones. I found [SingleStore's syntax](https://docs.singlestore.com/managed-service/en/reference/sql-reference/full-text-search-functions/match.html) is slightly different from MySQL, so the version from MySqlGrammar...

The samples directory had a broken composer.json and `require_once` statements. I also added a section in the readme mentioning the samples and how to use them.

Follow up from https://github.com/singlestore-labs/singlestoredb-laravel-driver/pull/9 This adds support for using [Laravel's `whereFullText(...)`](https://laravel.com/docs/9.x/queries#full-text-where-clauses) method for full text search. Relevant docs pages: - https://docs.singlestore.com/managed-service/en/reference/sql-reference/data-definition-language-ddl/create-table.html#fulltext-behavior - https://docs.singlestore.com/managed-service/en/reference/sql-reference/full-text-search-functions/match.html This would also be the first step...