- [New]                SqlExecute() command now has bind parameter,
                       where you can specify strings to be binded with
                       SQL query for commands INSERT and UPDATE.
                       You can refer to binded parameter in SQL query
                       using index :N.
        Example:  
        SqlExecute( "INSERT INTO T(f1,f2,f3) VALUES('aaa',:1,:2)",
                    ['bbb', 'cccc'])
        is the same as
                    "INSERT INTO T(f1,f2,f3) VALUES('aaa','bbb', 'cccc')"


- [VAPP][New]            SQL Execute str bind ListOfStrings
- [V4RB][New]            SqlExecute( SqlQuery, [Binds() as Array] )
- [V4MD][New]            SqllExecute( SqlQuery, [list] )
- [V4WS][New]            SqlExecute( SqlQuery, [list] )


- [KERNEL][Bug]        Commands INSERT, UPDATE now work with escaped
                       quotes inside of string value.
- [KERNEL][Bug]        Crash on dump and load in case an ObjectPtr
                       do not have Target
- [KERNEL][Bug]        UPDATE .. f = NULL WHERE ... now works.
- [KERNEL][Bug][X]     Now on X can allocate cache >10MB

- [V4MD][Bug]          Add(list) / Update(list) now accept VOID as NULL
                       value for a field.

-- 
Best regards,
Ruslan Zasukhin

-------------------------
Paradigma.

e-mail: [EMAIL PROTECTED]
web   : http://www.paradigmasoft.com

To subscribe to the Valentina mail list
send a letter to [EMAIL PROTECTED]


_______________________________________________
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard

Reply via email to