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

Relational Databases (MySQL, PostgreSQL) Integration #195

Open
wants to merge 58 commits into
base: main
Choose a base branch
from

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    d79dcc5 View commit details
    Browse the repository at this point in the history
  2. - Improved test_is_unique.py

    dsaad68 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    d7ae7b7 View commit details
    Browse the repository at this point in the history
  3. - Added are_unique

    dsaad68 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    2bec963 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96cd185 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    59becf7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    faeec27 View commit details
    Browse the repository at this point in the history
  7. 🧹 Some Clean Ups

    dsaad68 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    cf47df6 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. - Added is_between.py

    dsaad68 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    5d65816 View commit details
    Browse the repository at this point in the history
  2. - Added has_pattern

    dsaad68 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    6a7b70f View commit details
    Browse the repository at this point in the history
  3. - Added is_equal_than, is_less_or_equal_than, is_less_than, `is…

    …_greater_or_equal_than`, `is_greater_than`
    dsaad68 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    41d71fc View commit details
    Browse the repository at this point in the history
  4. - Added is_contained_in

    dsaad68 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    e3edd9f View commit details
    Browse the repository at this point in the history
  5. - Added has_percentile

    dsaad68 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    46b5954 View commit details
    Browse the repository at this point in the history
  6. - Added has_percentile

    dsaad68 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    c02efdc View commit details
    Browse the repository at this point in the history
  7. - Added not_contained_in

    dsaad68 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    e56117b View commit details
    Browse the repository at this point in the history
  8. - Added not_contained_in

    dsaad68 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    8bf477c View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. - Added is_on_schedule, is_on_sunday, is_on_friday, `is_on_mond…

    …ay`, `is_on_saturday`, `is_on_thursday`, `is_on_tuesday`, `is_on_wednesday`, `is_on_weekday` and `is_on_weekend`
    dsaad68 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    b3e7b4f View commit details
    Browse the repository at this point in the history
  2. - Added tests cases

    dsaad68 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    e22d419 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    712061f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    472e961 View commit details
    Browse the repository at this point in the history
  5. - Added satisfies

    dsaad68 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    7178700 View commit details
    Browse the repository at this point in the history
  6. - Removed unnecessary file

    dsaad68 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    43dda73 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    203ed55 View commit details
    Browse the repository at this point in the history
  8. - Updated conftest

    dsaad68 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    0dad99a View commit details
    Browse the repository at this point in the history
  9. - Renamed the module to psql

    dsaad68 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    d9996fd View commit details
    Browse the repository at this point in the history
  10. - Added new db_conn_mysql

    dsaad68 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    6c76b49 View commit details
    Browse the repository at this point in the history
  11. - Updated tests

    dsaad68 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    fcbdecf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a5fe218 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. - Added has_cardinality

    dsaad68 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    0861b5e View commit details
    Browse the repository at this point in the history
  2. - Added first_test

    dsaad68 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    ee91e4c View commit details
    Browse the repository at this point in the history
  3. - Added has_infogain

    dsaad68 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    6ea4c35 View commit details
    Browse the repository at this point in the history
  4. - Added are_complete

    dsaad68 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    93a6b6b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c0f24ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ea1b5dc View commit details
    Browse the repository at this point in the history
  7. - Added is_between

    dsaad68 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    549aee6 View commit details
    Browse the repository at this point in the history
  8. - Added is_complete

    dsaad68 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    ed18f3b View commit details
    Browse the repository at this point in the history
  9. - Added is_equal_than, is_greater_or_equal_than, `is_greater_than…

    …`, `is_in_billions`, `is_in_millions`, `is_less_or_equal_than`, `is_less_than`
    dsaad68 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    7fb1623 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d452273 View commit details
    Browse the repository at this point in the history
  11. - Added is_contained_in

    dsaad68 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    8226d93 View commit details
    Browse the repository at this point in the history
  12. - Added not_contained_in

    dsaad68 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    c17c58d View commit details
    Browse the repository at this point in the history
  13. - Added satisfies

    dsaad68 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    d4abe13 View commit details
    Browse the repository at this point in the history
  14. - Added is_on_weekend, is_on_friday, is_on_monday, `is_on_satur…

    …day`, `is_on_sunday`, `is_on_thursday`, `is_on_tuesday`, `is_on_wednesday`, `is_on_weekday`
    dsaad68 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    f2c7bfb View commit details
    Browse the repository at this point in the history
  15. - Added is_on_schedule

    dsaad68 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    d07c361 View commit details
    Browse the repository at this point in the history
  16. - Added has_pattern

    dsaad68 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    067a866 View commit details
    Browse the repository at this point in the history
  17. - Renamed Tests

    dsaad68 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    de602d0 View commit details
    Browse the repository at this point in the history
  18. 🧹 Some Clean Ups

    dsaad68 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    487fe61 View commit details
    Browse the repository at this point in the history
  19. 🧹 Some Clean Ups

    dsaad68 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    a554af0 View commit details
    Browse the repository at this point in the history
  20. ⤴️ Updated README.md

    dsaad68 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    dbcbbdf View commit details
    Browse the repository at this point in the history
  21. ⤴️ Updated README.md

    dsaad68 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    4072f2b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    becb31b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    9636bb2 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. ➕ Added more Tests

    ⤴️ Updated Docstrings
    ⤴️ Updated `README.md`
    dsaad68 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    a68fb74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0cf1dc View commit details
    Browse the repository at this point in the history
  3. ⤴️ Updated README.md

    dsaad68 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    da6cef1 View commit details
    Browse the repository at this point in the history
  4. 🧹 Fixing Typos

    dsaad68 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    429c41e View commit details
    Browse the repository at this point in the history
  5. ⤴️ Updated README.md

    dsaad68 authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    a5a097c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2fbd5d2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6c6790f View commit details
    Browse the repository at this point in the history
  8. ⤴️ Updated the README.md

    dsaad68 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    94246da View commit details
    Browse the repository at this point in the history