Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ouroboroscoding/record-mysql-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: ouroboroscoding/record-mysql-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: hotfix/1.0.2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Feb 2, 2024

  1. hotfix 1.0.2

    - Added concept of pure array leveled instance so that hashes can be handled differently
    - Added ability to limit records in parent.filter()
    - Added ability to limit records in storage.filter()
    - Updated Typings for table.select()
    ouroboroscoding committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    4357459 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Hotfix 1.0.2

    - Added insert() method to parent and levelled to handle records we know are new, or should be new, so that we get a proper Duplicate exception
    ouroboroscoding committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    31121ba View commit details
    Browse the repository at this point in the history
Loading