mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
another attempt at fixing binding instants
This commit is contained in:
@ -739,7 +739,7 @@ public class QueryManager
|
|||||||
}
|
}
|
||||||
else if(value instanceof Instant i)
|
else if(value instanceof Instant i)
|
||||||
{
|
{
|
||||||
statement.setString(index, i.toString().replaceAll("T", " ").replaceAll("Z", ""));
|
statement.setObject(index, i);
|
||||||
return (1);
|
return (1);
|
||||||
}
|
}
|
||||||
else if(value instanceof LocalDate ld)
|
else if(value instanceof LocalDate ld)
|
||||||
|
Reference in New Issue
Block a user