Skip to content

Releases: tomwojcik/is_valid_postgres_column_name

v0.0.2

11 May 21:21
Compare
Choose a tag to compare
  • add missing .txt files

v0.0.1

11 May 21:05
Compare
Choose a tag to compare
  • validates length
  • validates reserved keywords (against any postgresql version)
  • validates with regex if column_name is correct
  • 100% codecov and mypy