Skip to content

Releases: DSoftOut/pgator

dmd 2.069.1

01 Dec 17:57
Compare
Choose a tag to compare

Support for dmd 2.069.1.

Compilation under 2.067

17 Mar 23:20
Compare
Choose a tag to compare
Merge pull request #132 from DSoftOut/dmd-2.067

Dmd 2.067

Bug fixes and enhanced logging

26 Feb 13:13
Compare
Choose a tag to compare

Tickets:

  • #124 fail logging bug
  • #123 timestamp bugs
  • #110 numeric array bug
  • #77 nasty null vs "null" bug

New feature:

  • #51 single row constraint

Major release. Fixing current state of the project

16 Oct 19:13
Compare
Choose a tag to compare

Bugs fixed:

  • #103 Handling default parameters in tryEx
  • #102 Authorization logs are empty
  • #96 Null values in arrays are handled properly
  • #78 RAISE NOTICE doesn't appears in logs
  • #85 NULL::text returns empty string, not null
  • #88 Vibe-d escapes all non-asci symbols
  • #65 #72 #79 #80 Wrong numeric decoding algorithm
  • #67 Config failure isn't displayed properly

Major changes:

  • #99 Backend is extracted to separate library
  • #89 Added heavy logging option logSqlTransactions and logJsonQueries
  • #87 Primary dmd version is now 2.066

Minor changes:

  • Colored logging

Major bug fixes and type support

18 Apr 23:11
Compare
Choose a tag to compare

Features:

  • Timestamp type support #23
  • Net addresses types support (IP and MAC) #24
  • All arrays types #25
  • Lowing root privileges #63

Bugs:

  • transaction rollback #45
  • multi query parameters indexing #39
  • vibe.d doesn't switches handlers while restart #38
  • memory leaks #60
  • log rotating problem #59
  • postgresql restart isn't detected #57
  • minor bugs #36