You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix scanning function to handle invalid queries like 'NOT A QUERY'
- Add proper error handling for edge cases in scanning
- Update fingerprinting test to use different table names
- All 45 tests now passing successfully
Resolves all C wrapper function issues:
- PL/pgSQL parsing returns proper object structure
- Normalization returns uppercase SQL keywords
- Detailed error parsing includes line/position info
- Scanning handles both valid and invalid queries correctly
Co-Authored-By: Dan Lynch <[email protected]>
0 commit comments