Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: ocharles/regresql

Tags

v1.0.2

Toggle v1.0.2's commit message
chore: switched from lib/pq to jackc/pgx/v5/stdlib

The serialization of the various datatypes to BYTEA lead to
compatability problems and pgx has shown to be creating much
less problems (demostrated on timestamps, floats, etc.)

v1.0.1

Toggle v1.0.1's commit message
fix: handle type mismatches in semantic diff value comparison

Two problems resolved
- int64 vs float64 comparison
- timestamp comparison

v1.0.0

Toggle v1.0.0's commit message
chore: updated LICENSE

v0.9.0

Toggle v0.9.0's commit message
chore: refactoring