Please do not change the subject line and reply to terrafirmapune @yahoo.com Greetings! We need Perl, J2EE and oracle PL/SQL Programmers for our client in...
During development, I often want to quickly see if a table just successfully inserted a new record. In MySQL, a field can be used this way. Are there any...
The document says it works for 4.1.x or above. Create a table with timestamp column with default as current_timestamp so you can avoid the INSERT load. CREATE...
Hello Extreme Perlers, We've been having some discussion at: http://groups.yahoo.com/group/Bivio-bOP/ It's centered around bOP, but it's Extreme Perl oriented,...
Hi, We would like to introduce ourselves as Binotech Private Limited - a HR Consulting company with Development and Training Divisions. We cater to all the...
Hi, im sending my resume as attachment Thankyou Arun Kanth Ragini binotechhr <binotech@...> wrote: Hi, We would like to introduce ourselves as Binotech...
sorry ppl i gopt carried away, please ignore my msg extremly sorry open child <open_sourcer@...> wrote: Hi, im sending my resume as attachment Thankyou ...
I woke up and cobbled together a nasty post on perlmonks entitled MINI-LANGUAGES SUCK. http://perlmonks.org/?node_id=428053 it might be good to raise some...
... I prefer to count the number of rows before and after an operation instead of relying on the side effect of a change to hint that the right thing happened....
... Ditto. I also have a /very/ strong aversion to having my development environment and live environments differ. I want to have the same tests run in the...
... Disclaimer: I code for an LDAP database, not a MySQL database. However, I think many principles still hold... Somehow, the natural thing to me would be to...
Ed Grimm
ed@...
Feb 13, 2005 9:38 am
121
The following message is a courtesy copy of an article that has been posted to comp.lang.functional as well. Perl is a programming language in which functions...
QUOTE: Unit testing is like finding needles in a haystack. The haystack is your code's behavior. The needles are erroneous behavior. Traditional unit testing...
... It's grown to quite a thread. I just added a reply. It was interesting that no other replies included code. When talking about mini-languages, I find...
Hi Rob, I was talking to some of my co-workers the other day about managing changes to databases on a system that has a version in production already. There...
Hmmm, that sounds very similar to something I've done for awhile now (at 2 different jobs). I don't recall posting about it, but I (or one of my cow-orkers)...
... That would be very interesting! This is my take: In my experience, doing this automatically is kind of dangerous. We use a strikingly similar approcach...
... [snip] A "me too" from over here. Done similar on a couple of projects. We kept the schema change data outside the database - that way we could keep "build...
Hi Perrin, It's good to hear from you. ... Probably. It's certainly something we do. I've included some thoughts below. ... This is like the code we have,...
... This is just my experience at $work. But you should know that we're not very mature on process at all, and currently there is no way to guarantee that...
... Yeah, we're on postgresql. ... We are actually shipping a software product, and we make the new releases available to our customers, but they don't have to...
On 19 Feb 2005, at 00:50, Matthew Albright wrote: [snip] ... [snip] ... Amen. ... Just to clarify - I was talking about a /client/ DBA who tweaked the schema...
... Yikes. Remember there's a clear separation of concerns between the customer and the programmer. Be sure to yell at your customer. ;-) ... Yup. I wonder...
... Perhaps you should pay them to upgrade. :-) Yes, you've got a logistical problem, and it sounds like you have a good solution for it. ... Interesting you...
... Yes, we try our best to automate everything. If we think there is going to be multiple upgrades, one of which is critical, we'll organize these in...
... I'd prefer something like the described Haskell module, which apparently creates unit tests. That is, I'd like the module to build a test file, which does...
Ed Grimm
ed@...
Feb 20, 2005 9:26 pm
136
On 20 Feb 2005, at 20:58, Ed Grimm wrote: [snip] ... [snip] I don't understand why generated unit tests would be any more useful than including the module with...
YAPC::NA 2005 (Yet Another Perl Conference, North America) has just released its call-for-papers; potential and aspiring speakers can submit a presentation...
<quote src=http://www.extremeperl.org/bk/perl> CPAN ... The Perl community shares openly, because they're lazy, and want to solve problems once and only once. ...