Re: Feature request; Field for comments

2002-08-11 Thread Robin Johnson
On Sun, 11 Aug 2002 [EMAIL PROTECTED] wrote: I have just started using mysql for a database project and I wonder that one function is missing. I am using myphpadmin as utility. It is possible to write a comment to each table, but it is not possible to write a comment to each field. Why not? I

Re: PHPMyAdmin and mySQL

2002-07-29 Thread Robin Johnson
On 29 Jul 2002, William Bradley wrote: From suggestions I received on this mySQL list I installed phpMyAdmin from the Mandrake 8.2 CDrom, which is the system I am running.So I am presuming that there are a number of members on the list using phpMyAdmin. I am one of the developers of

Re: Change string quote char

2002-07-27 Thread Robin Johnson
On Fri, 26 Jul 2002, Benjamin Pflugmann wrote: is it possible to change the default string quoting chars (')? I'm using MySQL with an older shop solution. The data to write has both: ' and chararcters. It isn't possible to escape those chars. Therefor I have to change the quoting char

Re: Tokenizier incorrect behavior with C-style comments

2002-07-11 Thread Robin Johnson
On Thu, 11 Jul 2002, Victoria Reznichenko wrote: robbat2, Thursday, July 11, 2002, 11:57:16 AM, you wrote: Description: r The tokenizer is not behaving correctly with certain tokens relating to comments. r Correct Behaviour: r mysql SELECT + /* foo */ 200; r