- Update dependencies
- Fixed EnsureIndex
- Fixed query builder for total calculation in GetPageByFilter method
- Fixed return total value
- Change method naming QuotedTableNameWithSchema -> QuotedTableName
- Fix GetOneRandom method
- Fix parameter index converting in GenerateSetParameters and GenerateParameters
- Add ability to use custom PostgreSQL schema
- Update dependencies for fix errors in clone object
- Fixed composeUri in PostgresConnectionResolver
- Fixed catching parsing config error in Open method in PostgresConnection
- Moved PostgresConnection to connect package
- Added IPostgresPersistenceOverride interface to overload virtual methods
- Method autoCreateObject is deprecated and shall be renamed to ensureSchema
- Renamed autoCreateObject to ensureSchema
- Added defineSchema method that shall be overriden in child classes
- Added clearSchema method
- Method autoCreateObject is deprecated and shall be renamed to ensureSchema
- Update dependencies
- Changed convert data methods
Initial public release
- build standard factory for constructing components
- connect instruments for configuring connections to the database
- persistence abstract classes for working with the database