Skip to content
Snippets Groups Projects
  1. Dec 10, 2024
  2. Oct 02, 2024
  3. Sep 26, 2024
  4. Sep 25, 2024
  5. Sep 09, 2024
  6. Sep 04, 2024
  7. Aug 17, 2024
  8. Aug 07, 2024
    • karp's avatar
      Fix annotation in UtcDateTime#process_result_value · 4e80c09a
      karp authored
      The argument can only be a string or None, because
      dateime.from_isoformat expects only a string.
      4e80c09a
    • karp's avatar
      Fix LSP error in UtcDateTime#process_bind_param · b0b1703f
      karp authored
      According to mypy the previous annotation violated the LSP.
      We now use the types of the supertype method and return a
      datetime object only if the argument was a datetime-object.
      b0b1703f
    • karp's avatar
      Fix type annotation of UUID · aa6c5152
      karp authored
      According to mypy the previous annotation violated the LSP.
      Therefore, we use the types of the supertype method and check for
      correct types in the method.
      aa6c5152
Loading