Closed peter1701 closed 3 months ago
Looks good, please fix the failing test. Thanks!
1) Yajra\Oci8\Tests\Database\Oci8SchemaGrammarTest::testCompileColumnExistsMethod
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'select column_name from all_tab_cols where upper(owner) = upper('schema') and upper(table_name) = upper('test_table')'
+'select column_name from all_tab_cols where upper(owner) = upper('schema') and upper(table_name) = upper('test_table') order by column_id'
Released on https://github.com/yajra/laravel-oci8/releases/tag/v11.5.1 🚀 Thanks!
PR for Issue #871