Arjay Angeles

Results 440 comments of Arjay Angeles

@jonas-elias thank you for the updates. We will review it as soon as we can. Ping @hpacleb ^_^

Updated and targeted to master (Laravel 11) branch

## Test Code ```php $table->fullText(['name', 'username', 'email'], 'users_fulltext_search'); ``` ## Error ``` Error Code : 6550 Error Message : ORA-06550: line 1, column 7: PLS-00201: identifier 'CTX_DDL' must be declared...

2 Tests failing: ``` There were 2 failures: 1) Yajra\Oci8\Tests\Database\Oci8SchemaGrammarTest::testAddingMSingleColumnFullTextIndex Failed asserting that two strings are equal. --- Expected +++ Actual @@ @@ -'...te 'create index name on users (name)...

Release on https://github.com/yajra/laravel-oci8/releases/tag/v12.0.0 🚀 Thanks!

I think the issue is not with the script but maybe with your `dom` defaults. Try to review your HTML builder (https://github.com/yajra/laravel-datatables-buttons/blob/master/src/Generators/stubs/datatables.stub#L46) and ensure `dom` is not defined.

I just tested and installed fine: ![image](https://github.com/yajra/laravel-oci8/assets/2687997/3801289c-0a91-44be-8d28-49e5a5ffa5a4)

> Undefined constant "Yajra\Pdo\OCI_DEFAULT" This is a common issue that pertains to the OCI8 extension not being installed correctly. Please make sure you have the php oci8 extension installed properly....

It is working fine for me. Maybe you have an issue with your SQL. Since you are using eager loading, you need to include the foreign keys in your select...

Do you have all the required `css` loaded too?