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

Implementation of database drivers (recreated) #10

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

Commits on Sep 6, 2019

  1. require-dev phpunit

    writ3it committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    4299772 View commit details
    Browse the repository at this point in the history
  2. require-dev php version

    writ3it committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    efe64b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b661b97 View commit details
    Browse the repository at this point in the history
  4. separate env data

    writ3it committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    9f5f649 View commit details
    Browse the repository at this point in the history
  5. base of testing

    writ3it committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    c5bc6e7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1 from writ3it/testing

    Testing
    writ3it authored Sep 6, 2019
    Configuration menu
    Copy the full SHA
    fa790f8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    337ece8 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2019

  1. some structure of drivers,

    isConnected
    writ3it committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    96d196a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5774ef0 View commit details
    Browse the repository at this point in the history
  3. locking table

    writ3it committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    09e469d View commit details
    Browse the repository at this point in the history
  4. unlocking table

    writ3it committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    08ae929 View commit details
    Browse the repository at this point in the history
  5. updating

    writ3it committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    b9812b0 View commit details
    Browse the repository at this point in the history
  6. updates

    writ3it committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    580cbf3 View commit details
    Browse the repository at this point in the history
  7. inserts

    writ3it committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    a2bbecb View commit details
    Browse the repository at this point in the history
  8. last insert id

    writ3it committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    a1ea48f View commit details
    Browse the repository at this point in the history
  9. delete

    writ3it committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    0d7c2e5 View commit details
    Browse the repository at this point in the history
  10. select

    writ3it committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    0adbc64 View commit details
    Browse the repository at this point in the history
  11. result

    writ3it committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    bb31a6d View commit details
    Browse the repository at this point in the history
  12. PDO, extract sql

    writ3it committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    0fddca5 View commit details
    Browse the repository at this point in the history
  13. extract sql

    writ3it committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    9c8c784 View commit details
    Browse the repository at this point in the history
  14. close connection

    writ3it committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    e3a61d1 View commit details
    Browse the repository at this point in the history
  15. In memory driver for tests

    writ3it committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    ebec12f View commit details
    Browse the repository at this point in the history
  16. Query

    writ3it committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    8d790a6 View commit details
    Browse the repository at this point in the history
  17. helper methods for tests

    writ3it committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    18ee923 View commit details
    Browse the repository at this point in the history
  18. helper methods for tests

    writ3it committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    f11cb3f View commit details
    Browse the repository at this point in the history
  19. base of tests

    writ3it committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    634feec View commit details
    Browse the repository at this point in the history
  20. sqlite cannot lock table

    writ3it committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    c1e2569 View commit details
    Browse the repository at this point in the history
  21. little bug, append item

    writ3it committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    7b30cd2 View commit details
    Browse the repository at this point in the history
  22. safe executing

    writ3it committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    990386f View commit details
    Browse the repository at this point in the history
  23. values without qoutes

    writ3it committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    62fd2c8 View commit details
    Browse the repository at this point in the history
  24. auto_increment emulation

    writ3it committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    d933c80 View commit details
    Browse the repository at this point in the history
  25. infinity loop bug on php7

    writ3it committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    adad36c View commit details
    Browse the repository at this point in the history
  26. braces

    writ3it committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    ea439b0 View commit details
    Browse the repository at this point in the history
  27. accidental recursion removed

    writ3it committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    1872907 View commit details
    Browse the repository at this point in the history
  28. error in deletion corrected

    writ3it committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    b971afd View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    e2efb17 View commit details
    Browse the repository at this point in the history
  30. tests

    writ3it committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    e2e252e View commit details
    Browse the repository at this point in the history
  31. namespaces changed

    writ3it committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    9ae63cc View commit details
    Browse the repository at this point in the history
  32. tests namespaces changed

    writ3it committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    f2a539c View commit details
    Browse the repository at this point in the history
  33. update description

    writ3it committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    693f1eb View commit details
    Browse the repository at this point in the history
  34. update example

    writ3it committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    64f3c11 View commit details
    Browse the repository at this point in the history
  35. removed unnecessary function

    writ3it committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    1b141f4 View commit details
    Browse the repository at this point in the history
  36. testing instruction

    writ3it committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    a689cc6 View commit details
    Browse the repository at this point in the history
  37. require for tests

    writ3it committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    6bd7205 View commit details
    Browse the repository at this point in the history
  38. code review, improvements

    writ3it committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    7a89da6 View commit details
    Browse the repository at this point in the history
  39. Merge pull request #2 from writ3it/driver-extracting

    Driver extracting
    writ3it authored Sep 7, 2019
    Configuration menu
    Copy the full SHA
    ce26a01 View commit details
    Browse the repository at this point in the history
  40. column escaping

    writ3it committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    85f362f View commit details
    Browse the repository at this point in the history
  41. Merge pull request #3 from writ3it/escaping

    column escaping
    writ3it authored Sep 7, 2019
    Configuration menu
    Copy the full SHA
    7ae9bd0 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    619f90c View commit details
    Browse the repository at this point in the history
  43. Merge pull request #4 from writ3it/escaping

    missing constructor for compatibility
    writ3it authored Sep 7, 2019
    Configuration menu
    Copy the full SHA
    ecdf16f View commit details
    Browse the repository at this point in the history
  44. fix tests

    writ3it committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    a028350 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    36b7a50 View commit details
    Browse the repository at this point in the history
  46. updated example

    writ3it committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    e6a9baf View commit details
    Browse the repository at this point in the history