go-pg / pg

Golang ORM with focus on PostgreSQL features and performance
https://pg.uptrace.dev/
BSD 2-Clause "Simplified" License
5.67k stars 404 forks source link

conn.OnQueryProcessed undefined (type *pg.DB has no field or method OnQueryProcessed) #1954

Open g-harshit opened 2 years ago

g-harshit commented 2 years ago

Issue tracker is used for reporting bugs and discussing new features. Please use Discord or stackoverflow for supporting issues.

Expected Behavior

Current Behavior

Possible Solution

Steps to Reproduce

1. 2. 3. 4.

Context (Environment)

Detailed Description

Possible Implementation

elliotcourant commented 2 years ago

Can you provide an example of how you are initializing your *pg.DB or some code to reproduce this?