laravel-odbc icon indicating copy to clipboard operation
laravel-odbc copied to clipboard

ODBC integration for Laravel framework

Results 11 laravel-odbc issues
Sort by recently updated
recently updated
newest added

The command `composer require abram/laravel-odbc` gives: `Could not find a version of package abram/laravel-odbc matching your minimum-stability (stable). Require it with an explicit version constraint allowing its desired stability.` With...

The ODBC package is working perfectly but migrations are not working. I am using HANA SQL. Please resolve this issue.

In the composer.json file is call map used for autoloading: ```json "autoload": { "classmap": [ "src" ] }, ``` I would recommend to use PSR-4 for follwing reasons: - Lavarel...

Not support SqlServerGrammar, just grammar default. 'options' => [ 'processor' => Illuminate\Database\Query\Processors\SqlServerProcessor::class, 'grammar' => [ 'query' => Illuminate\Database\Query\Grammars\SqlServerGrammar::class, 'schema' => Illuminate\Database\Schema\Grammars\SqlServerGrammar::class ]

i try use this package in laravel 6.x but dosn work, and i use in laravel 5.8 but when i work with a user model and i try to insert...

I have installed the libraby as mentioned in the readme file, but not sure why I'm getting the non compatibility fatal error for pdo functions. The error is **Declaration of...

``` PHP Error: Call to undefined function Abram\Odbc\odbc_connect() in /home/carlomigueldy/projects/ajt-dashboard/api/vendor/abram/laravel-odbc/src/ODBCPdo.php on line 20 ``` I just installed the package, I am using WSL 2, Laravel version 8. How do I...

Symfony\Component\Debug\Exception\FatalErrorException **Out of memory (allocated 2097152) (tried to allocate 140204912410631 bytes)** I've configured a Firebird Database: It works on terminal and its the same DSN. I tried to increase memory...

I'm getting the following error when Telescope is enabled. Any advice? `PDO::quote(): SQLSTATE[00000]: No error: PDO constructor was not called`

Hi. first thanks for this tool. I have this error and not if I am missing something in the configuration: not work: 1.-$db->select("exec dbo.s_cob_login 'username','password' "); error: [ODBC Driver 17...