postgres_builder 0.3.1
postgres_builder: ^0.3.1 copied to clipboard
A tool designed to make writing PostgreSQL statements easier without writing them by hand.
0.3.1 #
- Fixed a bug with
AndandOrnot passing parameters correctly.
0.3.0 #
- Fixed spelling on
OperatorComparision - Fixed issue with
OperatorComparisionnot always generating correct SQL
0.2.0 #
- Added
columnFirstparameter onOperatorComparision
0.1.1 #
- Fixed
Groupnot generating correct query
0.1.0 #
- Added
Groupto supportGROUP BYclauses
0.0.3 #
- Added some documentation
- Fixed some exports
- Added
rawExecuteto keep parity with otherrawmethods - Changed
PgPoolPostgresBuilder.status()toPgPoolPostgresBuilder.status
0.0.2 #
- Added more specific options to
PgPoolPostgresBuilder
0.0.1 #
- First public release!