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

Correction of the return values of the DatabaseInfo methods for determining the insert, read and delete operations #1183

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

Commits on Jun 27, 2024

  1. Creation of backup and restore statistics can be switched off to supp…

    …ort Firebird Server 2.0.
    DevM900 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    b492cce View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Determination of the correct number of reads, inserts, deletes, etc. …

    …per table since the last connection to the database
    DevM900 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    c39be07 View commit details
    Browse the repository at this point in the history
  2. Determination of the correct number of reads, inserts, deletes, etc. …

    …per table since the last connection to the database.
    
    fixes FirebirdSQL#1157
    DevM900 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    1fd2464 View commit details
    Browse the repository at this point in the history
  3. Added comments.

    DevM900 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    9112e28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c00d785 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    124e5f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c43a1bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72ed318 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. using await

    DevM900 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    aa0d9f7 View commit details
    Browse the repository at this point in the history
  2. changed to var

    DevM900 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    2acda4a View commit details
    Browse the repository at this point in the history
  3. prefix on argument removed,

    DevM900 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    7edc7ee View commit details
    Browse the repository at this point in the history
  4. extra spaces removed

    DevM900 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    367af06 View commit details
    Browse the repository at this point in the history
  5. 'private' modifier removed

    DevM900 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    600fb37 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3f1e72c View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    a9311a0 View commit details
    Browse the repository at this point in the history
  2. Typo statistic -> statistics

    DevM900 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    cef7087 View commit details
    Browse the repository at this point in the history
  3. removed not needed "using"

    DevM900 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    e720df4 View commit details
    Browse the repository at this point in the history
  4. changed to "var"

    DevM900 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    bf09d5a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa0f53c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9470f22 View commit details
    Browse the repository at this point in the history
  7. moved "trim" to SQL

    DevM900 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    187ab1c View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. added missing async/await

    DevM900 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    fe4c525 View commit details
    Browse the repository at this point in the history