bumps uptrace/bun dependencies to v1.2.6

This commit is contained in:
kim 2024-11-25 12:03:22 +00:00
commit 862c132561
68 changed files with 6517 additions and 194 deletions

View file

@ -31,5 +31,8 @@ const (
UpdateFromTable
MSSavepoint
GeneratedIdentity
CompositeIn // ... WHERE (A,B) IN ((N, NN), (N, NN)...)
CompositeIn // ... WHERE (A,B) IN ((N, NN), (N, NN)...)
UpdateOrderLimit // UPDATE ... ORDER BY ... LIMIT ...
DeleteOrderLimit // DELETE ... ORDER BY ... LIMIT ...
DeleteReturning
)