Skip to content
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.

PREPARE START TRANSACTION #1

Open
fajran opened this issue Sep 2, 2013 · 0 comments
Open

PREPARE START TRANSACTION #1

fajran opened this issue Sep 2, 2013 · 0 comments

Comments

@fajran
Copy link
Owner

fajran commented Sep 2, 2013

No response?

[c] execute: PREPARE START TRANSACTION
[c] cmd: sPREPARE START TRANSACTION;
PREPARE <--

---

In comparison..

[c] execute: PREPARE INSERT INTO test (id, data) VALUES (?, ?)
[c] cmd: sPREPARE INSERT INTO test (id, data) VALUES (?, ?);
PREPARE <--
&5 0 2 6 2
% .prepare, .prepare,   .prepare,   .prepare,   .prepare,   .prepare # table_name
% type, digits, scale,  schema, table,  column # name
% varchar,  int,    int,    str,    str,    str # type
% 7,    3,  1,  0,  0,  0 # length
[ "int",    32, 0,  NULL,   NULL,   NULL    ]
[ "varchar",    100,    0,  NULL,   NULL,   NULL    ]

---
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant