yajra / laravel-oci8

Oracle DB driver for Laravel via OCI8

Home Page:https://yajrabox.com/docs/laravel-oci8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Method Yajra\\Oci8\\Query\\Grammars\\OracleGrammar::setConnection does not exist

tiendathb94 opened this issue · comments

Summary of problem or feature request

Code snippet of problem

System details

  • Operating System
  • PHP Version ^8.1
  • Laravel Version ^10.8
  • Laravel-OCI8 Version ^10

Same issue here.

  • Ubuntu 22.04.3 LTS
  • PHP Version 8.2.8
  • Laravel Version 10.11.0
  • Laravel-OCI8 Version 10.3.2

Can you provide snippets to reproduce the issue? Per checking, the setConnection($connection) method exists in the base Grammar class.

It seems that there's no setConnection() method in the base Grammar class before illuminate/database 10.12.0
https://github.com/illuminate/database/blob/v10.12.0/Grammar.php
Please upgrade your laravel version.
https://github.com/illuminate/database/blob/v10.13.0/Grammar.php

@damiensu sorry, I might have missed something. But it's there at https://github.com/illuminate/database/blob/v10.13.0/Grammar.php#L287

This issue is stale because it has been open for 30 days with no activity.

This issue was closed because it has been inactive for 7 days since being marked as stale.