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
I am unable to use LIKE operator with prepared statements, ex:
let result = await this.vertica.getPool().query({
name: 'getByCallId',
text: 'SELECT * FROM test_calls WHERE call_id LIKE ?,
values: [ '%b452657-f7cf-123b-849c-288023acae0%' ] // Tried to see if removing start and end char works
});
Expected:
As in the SQL editor to retrieve results
Actual:
No results
Versions
Node v16.19.0
Vertica 11
The text was updated successfully, but these errors were encountered:
I am unable to use LIKE operator with prepared statements, ex:
Expected:
As in the SQL editor to retrieve results
Actual:
No results
Versions
Node v16.19.0
Vertica 11
The text was updated successfully, but these errors were encountered: