cvs: peardoc /en/package/structures/structures-datagrid faq.xml
[email protected] ("Mark Wiesemann")
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <cvswiesemann1197320299@cvsserver> |
wiesemann Mon Dec 10 20:58:19 2007 UTC
Modified files:
/peardoc/en/package/structures/structures-datagrid faq.xml
Log:
- new FAQ entry related to bug #12254
http://cvs.php.net/viewvc.cgi/peardoc/en/package/structures/structures-datagrid/faq.xml?r1=1.7&r2=1.8&diff_format=u
Index: peardoc/en/package/structures/structures-datagrid/faq.xml
diff -u peardoc/en/package/structures/structures-datagrid/faq.xml:1.7 peardoc/en/package/structures/structures-datagrid/faq.xml:1.8
--- peardoc/en/package/structures/structures-datagrid/faq.xml:1.7 Mon Jul 30 09:43:59 2007
+++ peardoc/en/package/structures/structures-datagrid/faq.xml Mon Dec 10 20:58:18 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<refentry id="package.structures.structures-datagrid.faq">
<refnamediv>
<refname>FAQ</refname>
@@ -222,6 +222,24 @@
</para>
</answer>
</qandaentry>
+ <qandaentry>
+ <question>
+ <para>
+ Sorting doesn't work with MDB2 DataSource driver if I have column
+ names in uppercase letters. Why?
+ </para>
+ </question>
+ <answer>
+ <para>
+ This is caused by <link linkend="package.database.mdb2.intro-portability.php">MDB2's
+ portability settings</link> that are enabled by default. The
+ <constant>MDB2_PORTABILITY_FIX_CASE</constant> setting is set to
+ <constant>CASE_LOWER</constant>, resulting in lowercased letters
+ for all column names. Disable this or all portability settings of
+ MDB2 to avoid sorting problem with Structures_DataGrid.
+ </para>
+ </answer>
+ </qandaentry>
</qandaset>
</refsect1>
</refentry>