not working with PostgreSQL 9.0
Hi! I'm testing PostgreSQL 9.0 and FluentHib. 1.1...
this is a problem I've found:
SELECT this.tlc_contract_id as tlc1_335_0
FROM tab_tlc_contracts this WHERE this.tlc_contract_id = :p0 and this_.deleted = :p1;:p0 = 13, :p1 = False
ERROR: syntax error at or near ":"
LINE 2: ...tlc_contracts this WHERE this.tlc_contract_id = :p0 and th...
^
Error
ERROR: syntax error at or near ":"
Stato SQL: 42601
Carattere: 104
cheers.
G.