~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/string_data_types.rst

  • Committer: Marisa Plumb
  • Date: 2011-03-17 17:15:30 UTC
  • mto: This revision was merged to the branch mainline in revision 2283.
  • Revision ID: marisa.plumb@gmail.com-20110317171530-pgzgxa3p6x1i9y1o
string data storage fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
Enum (enumerated) types are static lists of strings that are defined on table creation. They can be used to represent a collection of string types that are sorted based on the order that they are created.
25
25
 
26
 
TODO - UTF-8. Multiple collations.
 
26
 
 
27
UTF-8
 
28
------
 
29
 
 
30
Drizzle stores its string data in an UTF-8 format, and does not support a multitude of language encodings and collations.
 
 
b'\\ No newline at end of file'