Skip to content

Latest commit

 

History

History
86 lines (58 loc) · 2.42 KB

CHANGELOG.md

File metadata and controls

86 lines (58 loc) · 2.42 KB

Pip.Services Logo
PostgreSQL components for Golang Changelog

1.2.11 (2022-01-12)

  • Update dependencies

1.2.10 (2022-09-26)

Bug fixing

  • Fixed EnsureIndex

1.2.9 (2022-06-16)

Bug fixing

  • Fixed query builder for total calculation in GetPageByFilter method

1.2.8 (2022-06-02)

Bug fixing

  • Fixed return total value

1.2.7 (2021-07-01)

Features

  • Change method naming QuotedTableNameWithSchema -> QuotedTableName

1.2.7 (2021-05-19)

Bug fixing

  • Fix GetOneRandom method

1.2.5 (2021-04-27)

Bug fixing

  • Fix parameter index converting in GenerateSetParameters and GenerateParameters

1.2.4 (2021-04-27)

Features

  • Add ability to use custom PostgreSQL schema

1.2.3 (2021-04-16)

Bug fixing

  • Update dependencies for fix errors in clone object

1.2.2 (2021-04-15)

Bug fixing

  • Fixed composeUri in PostgresConnectionResolver

1.2.1 (2021-04-12)

Bug fixing

  • Fixed catching parsing config error in Open method in PostgresConnection

1.2.0 (2021-04-03)

Features

  • Moved PostgresConnection to connect package
  • Added IPostgresPersistenceOverride interface to overload virtual methods

Breaking changes

  • Method autoCreateObject is deprecated and shall be renamed to ensureSchema

1.1.0 (2021-02-18)

Features

  • Renamed autoCreateObject to ensureSchema
  • Added defineSchema method that shall be overriden in child classes
  • Added clearSchema method

Breaking changes

  • Method autoCreateObject is deprecated and shall be renamed to ensureSchema

1.0.2 (2020-12-11)

Features

  • Update dependencies

1.0.1 (2020-11-12)

Features

  • Changed convert data methods

1.0.0 (2020-11-06)

Initial public release

Features

  • build standard factory for constructing components
  • connect instruments for configuring connections to the database
  • persistence abstract classes for working with the database