pgflo / pg_flo

Stream, transform, and route PostgreSQL data in real-time.
https://pgflo.io
Apache License 2.0
664 stars 13 forks source link

Don't rely on null value as is in data byte #40

Closed shayonj closed 1 week ago

shayonj commented 1 week ago

We shouldn't need to rely on null being sent over the wire. rely on pgType and column type instead (which we are). Backed w/ specs.