On Fri, January 4, 2008 10:07, Victor Subervi wrote:
> Hmm. The idea is to take this open source. I'll eventually switch over to
> Java. I guess there may be some people tempted to write a quick perl
> script,
> as you say, but on the other hand it wouldn't be part of the open source
> package, which will be either all Python or all Java. Your thoughts?
> Victor
I'm thinking more of support.  For example we dump all our databases
nightly and back them up using a shell script.  If we were doing it on a
table basis, the presence of '$' might cause issues.  Your open source
will live on a system, not in isolation, that's what I am concerned about.
However, if it makes your job much easier in python then go for it.  In,
perl at least we can work around it.

Bill
> On Jan 4, 2008 2:00 PM, Wm Mussatto <[EMAIL PROTECTED]> wrote:
>
>> Question is, will anyone ever have to write a quick utility in perl (or
>> any language which uses '$' as a delimiter) to support this?  Will you
>> have to explain your tables to anyone else?
>>  On Fri, January 4, 2008 09:15, Victor Subervi wrote:
>> > LOL! True. I'm a Python guy ;)
>> >
>> > On Jan 4, 2008 1:14 PM, Gerald L. Clark <[EMAIL PROTECTED]>
>> > wrote:
>> >
>> >>  Victor Subervi wrote:
>> >> > Hi;
>> >> > I discovered I can use a $ sign in table names:
>> >> > my$table
>> >> > Is this recommended against? It's kind of handy in my app.
>> >> > TIA,
>> >> > Victor
>> >> >
>> >> If you write any PHP or Perl code, you will be very sorry.
>> >>
>> >> --
>> >> Gerald L. Clark
>> >> Supplier Systems Corporation
>> >>
>> >
>>
>>
>>
>> --
>> MySQL General Mailing List
>> For list archives: http://lists.mysql.com/mysql
>> To unsubscribe:
>> http://lists.mysql.com/[EMAIL PROTECTED]
>>
>>
>



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to