Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

v1.2.0

Compare
Choose a tag to compare
@laughingman7743 laughingman7743 released this 30 Jul 11:25
· 231 commits to master since this release
  • Change the behavior of the default formatter.
    Escaping is required only for the query with parameter containing % character.
  • Add query execution information.
    Add properties of the following information on query execution to the cursor object.
    • OutputLocation
    • DataScannedInBytes
    • EngineExecutionTimeInMillis
    • CompletionDateTime
    • SubmissionDateTime