Skip to content

Instantly share code, notes, and snippets.

Created May 17, 2011 03:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/975894 to your computer and use it in GitHub Desktop.
Save anonymous/975894 to your computer and use it in GitHub Desktop.
pmichaud@plum:~/rakudo$ ./perl6 mysqlclient.p6
library_init [currently not working]
init
get_client_info: 5.1.54
real_connect
stat: Uptime: 16950 Threads: 2 Questions: 391 Slow queries: 0 Opens: 265 Flush tables: 1 Open tables: 23 Queries per second avg: 0.23
DROP DATABASE zavolaj
CREATE DATABASE zavolaj
USE zavolaj
CREATE TABLE nom
INSERT nom
affected rows 3
SELECT *, quantity*price AS amount FROM nom
field_count 5
use_result
Columns:
Illegal type in initializer for struct
in 'NativeArray::!update-desc-to-index' at line 24:NativeCall.pm6
in 'NativeArray::postcircumfix:<[ ]>' at line 10:NativeCall.pm6
in main program body at line 1
pmichaud@plum:~/rakudo$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment