mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
- Finished major rewrite to use new protocol version
- Really prepare statements - Added more regression tests - Added auto-prepare mode - Use '$n' for positional variables, '?' is still possible via ecpg option - Cleaned up the sources a little bit
This commit is contained in:
@ -0,0 +1,21 @@
|
||||
custs1:
|
||||
name - John Doe
|
||||
phone - 12345
|
||||
name - Jane Doe
|
||||
phone - 67890
|
||||
|
||||
custs2:
|
||||
name - John Doe
|
||||
phone - 12345
|
||||
name - Jane Doe
|
||||
phone - 67890
|
||||
|
||||
custs3:
|
||||
name - John Doe
|
||||
phone - 12345
|
||||
name - Jane Doe
|
||||
phone - 67890
|
||||
|
||||
custs4:
|
||||
name - John Doe
|
||||
phone - 12345
|
Reference in New Issue
Block a user