cayley/graph/sql
Quentin Machu d874441431 Fix a deadlock behavior with DELETE transactions
It appears that preparing an INSERT statement on PostgreSQL actually makes it expecting to receive INSERTs and thus, it create some kind of locks for it. If instead, you only send him DELETE statements, it will indefinitely wait for an INSERT and will hung.
2015-11-17 20:32:21 -05:00
..
all_iterator.go Fix NPEs in SQL Next and Contains 2015-08-26 01:19:28 -04:00
lru.go first working-ish Postgres backend 2015-08-12 16:03:25 -04:00
optimizers.go Combine AND(Fixed, SQL) into a single IN clause, reducing roundtrips. Add a test and benchmark. 2015-11-12 15:14:48 -05:00
optimizers_test.go Fix tests and update Godep 2015-08-12 16:03:25 -04:00
quadstore.go Fix a deadlock behavior with DELETE transactions 2015-11-17 20:32:21 -05:00
sql_iterator.go Fix NPEs in SQL Next and Contains 2015-08-26 01:19:28 -04:00
sql_link_iterator.go Combine AND(Fixed, SQL) into a single IN clause, reducing roundtrips. Add a test and benchmark. 2015-11-12 15:14:48 -05:00
sql_link_iterator_test.go Fix tests and update Godep 2015-08-12 16:03:25 -04:00
sql_node_intersection.go Can't use distinct, fix double-hashing bug 2015-08-12 16:03:25 -04:00
sql_node_iterator.go Combine AND(Fixed, SQL) into a single IN clause, reducing roundtrips. Add a test and benchmark. 2015-11-12 15:14:48 -05:00