Hi,

I can't get count of affected rows. g:dbext_rows_affected always
equals 4

How to reproduce:
.vimrc:
let
g:dbext_default_profile_test='type=DBI:user=root:passwd=:driver=mysql:conn_parms=database=mydb;host=testdb'
let g:dbext_default_profile='test'

commands:
:DBSetOption autoclose=1
:DBSetOption autoclose_min_lines=10
:Delete from anyTable limit 1

as a result I see following line:
dbext: Rows affected:4 Autoclose enabled, DBSetOption autoclose=0 to
disable

if I try to execute ":echo g:dbext_rows_affected" I get 4

Environment:
ubuntu karmic
vim 7.2.245
dbext 11.01
mysql 5.0.51a-12

Thank you,
Anton

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to