Skip to content
Snippets Groups Projects
Commit a8cca39a authored by bigbes's avatar bigbes
Browse files

Merge branch '1.6' into 1.7

parents 47e5f3a5 e91080fd
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ well — print "Insert succeeded". If the tuple already exists, the program will
<?php
$tarantool = new Tarantool('localhost', 3301);
try {
$tarantool->insert('examples', [99999, 'BB']);
echo "Insert succeeded\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment