Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Db drivers #89

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Db drivers #89

wants to merge 3 commits into from

Commits on Oct 17, 2015

  1. Configuration menu
    Copy the full SHA
    3e13f38 View commit details
    Browse the repository at this point in the history
  2. Added loaders and dumpers for nette database and Doctrine DBAL.

    Fixed BC break in php 5.4.
    
    Fixed BC break in php 5.4.
    
    Line endings are only LF instead of CRLF.
    
    Removed bardumps.
    
    Added whitespaces to end of files.
    
    Removed all barDumps.
    
    Added console as extension to tests because of doctrine dev dependency.
    
    Fixed bug in nette database dumper.
    Added compatibility to nette 2.3.
    
    Refactoring. Better abstract classes and deleted unused interface.
    
    Refactoring. You can only use one database driver at time. You can use your own loader and dumper.
    Added updated_at column for invalidating translations.
    
    Fixed missing whitespace.
    
    Fixed whitespace.
    
    Fixed header.
    
    Uncommented commit in dumper.
    
    Added listener for future use and added mysql queries for creating translation table to dumpers.
    
    Fixed whitespace bug in codechecker.
    
    cs
    
    Added command for creating table.
    Refactored.
    
    Added documentation.
    
    Removed commented part of code.
    
    Updated documentation.
    
    Refactoring.
    
    Updated documentation.
    
    Small refactoring.
    
    Refactoring.
    
    Added dependencies to tests.
    
    Fixed tabs.
    
    Fixed configuration.
    
    Fixed configuration.
    
    Refactoring. Added test.
    Hopefully fixed compatibility.
    
    bugfix
    
    fixed dependency
    
    Added table creation.
    
    fixed sql data inicialization.
    
    Added loader tests.
    
    Added another tests.
    ws fix
    
    ws
    
    ws
    
    fix
    
    Added tests.
    
    Fixed BC break.
    
    fix
    
    drobná úprava markdownu v dokumentaci pro lepší čitelnost
    
    Fixed column names.
    
    opraven composer.json
    
    přidána classmap
    
    nette db bugfix
    
    odebrán Debugger log
    
    ugfix for dumping empty domain
    
    nette db bugfix
    
    fixed invalid insert when message column is not null
    
    When no datetime is found in updatedAt column, updated at is datetime with timestamp 0.
    
    correct usage of delimiter for databases
    
    correct usage of delimiter for databases also in loaders
    
    correct usage of delimiter for databases everywhere
    
    bugfixes
    
    cs
    
    added lock
    
    typo
    
    checking of testing table creation
    
    typo
    
    typo
    
    fixed sqlite compatibility and connection instances in tests
    
    removed some debug commands
    
    usedParseService instead of self::filterArgs
    
    fixed mixed indenting
    
    bugfix
    
    bugfix for keys where some keys have domain and some do not have domain
    racinmat authored and fprochazka committed Oct 17, 2015
    Configuration menu
    Copy the full SHA
    8094b40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    628179d View commit details
    Browse the repository at this point in the history