Commit fa1d90f60d0d24e597c4b8ec78207466ba320bae

Authored by Alain Prouté
1 parent 5556931b

-

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
anubis_dev/library/data_base/metaSQL.anubis
... ... @@ -121,7 +121,7 @@ public type MetaSQL_Specific:... (an essentially opaque type)
121 121  
122 122 *** (0) Before you read the sequel, make an experiment.
123 123  
124   - Copy the file 'library/data_base/metaSQL_example.anubis' into a working directory, and
  124 + Copy the file 'library/data_base/metaSQL_example_queries.anubis' into a working directory, and
125 125 compile it. This will generate the file 'metaSQL_example_output.anubis' (in the same
126 126 working directory). Compare both files and you will understand in advance most
127 127 of what is explained in details below.
... ... @@ -246,8 +246,8 @@ public type MetaSQL_Specific:... (an essentially opaque type)
246 246  
247 247 public type MetaSQL_Type:
248 248 anubis(String _T), // the datum of type _T is serialized and base64 encoded
249   - binary, // may contain a serialized datum
250   - binary_or_null, // may contain a serialized datum or NULL
  249 + binary, // contains a byte array
  250 + binary_or_null, // contains a byte array or NULL
251 251 boolean, // true or false
252 252 boolean_or_null, // true or false or NULL
253 253 date, // date with the precision of the second
... ...