lecosson / assql

Automatically exported from code.google.com/p/assql
0 stars 0 forks source link

Update the online documentation. #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The online documentation needs to be updated.

Original issue reported on code.google.com by macl...@gmail.com on 26 May 2008 at 3:29

GoogleCodeExporter commented 9 years ago

Original comment by macl...@gmail.com on 26 May 2008 at 3:37

GoogleCodeExporter commented 9 years ago

Original comment by macl...@gmail.com on 26 May 2008 at 3:38

GoogleCodeExporter commented 9 years ago
I have another request, while you are updating the documentation, would it also 
be 
possible to add an example for st.executeBinaryQuery();
I have prepared the statement with st.setBinary() etc, and when I want to 
execute 
this binaryQuery, the function st.executeBinaryQuery(); still seems to be 
expecting 
1 parameter the BinaryQuery. But everything has been prepared so it doesn't 
seem 
logical to me. If you compare to executeQuery() there the query parameter is 
optional. Maybe you can make it optional too, or build a get mothed for 
st.getBinaryQuery() which can be used for st.executeBinaryQuery(); then. Thanks 
in 
advance.

Original comment by davy.mo...@gmail.com on 27 May 2008 at 2:09

GoogleCodeExporter commented 9 years ago
if you are preparing a statement with setBinary, you need only to call
st.executeQuery(null);

executeBinaryQuery was in place before setBinary, and it only remains for 
reverse
compatibility.

Original comment by macl...@gmail.com on 27 May 2008 at 3:18

GoogleCodeExporter commented 9 years ago
Ok, thank you.

Original comment by davy.mo...@gmail.com on 27 May 2008 at 3:48

GoogleCodeExporter commented 9 years ago

Original comment by macl...@gmail.com on 9 Jun 2008 at 1:32