Valentina 1.8.10b16 (VAPP, V4RB, V4MD, VXCMD, V4WS)
    Ruslan Zasukhin 
    sunshine at public.kherson.ua
       
    Tue Jan 29 15:57:00 EST 2002
    
    
  
- [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: ruslan at paradigmasoft.com
web   : http://www.paradigmasoft.com
To subscribe to the Valentina mail list
send a letter to valentina-on at lists.macserve.net
    
    
More information about the metacard
mailing list