Coder Social home page Coder Social logo

zoilomora / doctrine-dbal-msaccess Goto Github PK

View Code? Open in Web Editor NEW
14.0 3.0 10.0 86 KB

An implementation of the doctrine/dbal library to support Microsoft Access databases in Microsoft OS.

Home Page: https://packagist.org/packages/zoilomora/doctrine-dbal-msaccess

License: MIT License

PHP 100.00%
microsoft microsoft-access dbal doctrine

doctrine-dbal-msaccess's People

Contributors

zoilomora avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

doctrine-dbal-msaccess's Issues

User Deprecated: This method is considered internal, only instantiated by its driver

Environment

XAMPP x64-7.4.11

Platform: Win32NT
Version: 10.0.19041.0
PHP 7.4.11 (cli) (built: Sep 29 2020 13:18:06) ( ZTS Visual C++ 2017 x64 )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
    with Xdebug v2.8.1, Copyright (c) 2002-2019, by Derick Rethans
Symfony 5.1.8 (env: dev, debug: true)

Issue

When the library is used, these two information messages appear (the library is still working) indicating actions to follow to stop using internal classes:

[info] User Deprecated: The "Doctrine\DBAL\Driver\PDOConnection::__construct()" method is considered internal The connection can be only instantiated by its driver. It may change without further notice. You should not extend it from "ZoiloMora\Doctrine\DBAL\Driver\MicrosoftAccess\PDO\Connection".

[info] User Deprecated: The "Doctrine\DBAL\Driver\PDOStatement::__construct()" method is considered internal The statement can be only instantiated by its driver connection. It may change without further notice. You should not extend it from "ZoiloMora\Doctrine\DBAL\Driver\MicrosoftAccess\Statement".

List of classes to fix

  • ZoiloMora\Doctrine\DBAL\Driver\MicrosoftAccess\PDO\Connection
  • ZoiloMora\Doctrine\DBAL\Driver\MicrosoftAccess\Statement

Null Type in Driver.php class issue.

Hi, I have an error in this line, in file Driver.php:

protected ?ODBCConnection $odbcConnection = null;

I've read about Null Types on internet and it's supposed to be supported from php 7.1...
and I'm running on 7.3+

Is there any other requirement ?

I'm using laravel 7, and the error says:

ParseError
syntax error, unexpected '?', expecting function (T_FUNCTION) or const (T_CONST)

Best Regards

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.