MatthieuF

2,184
reputation
294 views

Registered User

name MatthieuF
member for 1 year
seen 6 hours ago
website
location Lausanne, Switzerland
age 40
Me on the Briethorn, Valais, Switzerland
http://www.farwell.co.uk
3h
accepted mysql query, better way to write this?
2d
accepted thoughts on innerjoin mysql
2d
answered thoughts on innerjoin mysql
2d
comment thoughts on innerjoin mysql
No. 4 is the prime clue. If the explain plan for two queries is different, then you don't have the same query. If it is the same plan, then it's the same query, unless there are variables involved.
Dec
19
answered Real examples of SQL injection issues for SQL Server using only a Replace as prevention?
Dec
18
answered In functional testing, should I compare all tabular data rendered in the browser with the one coming from the DB?
Dec
17
revised mysql query, better way to write this?
edited body
Dec
17
answered What are the extensible languages people are using today?
Dec
17
comment Devaluation of knowledge over time
+1 for domain knowledge
Dec
17
revised mysql query, better way to write this?
added sql example
Dec
17
answered mysql query, better way to write this?
Dec
17
answered Why did my SVN repository move to a different path?
Dec
17
comment Thread safe sql transaction, how to lock a specific row during a transaction ?
You need to tell us which database you're using, there may be specific methods depending upon the database.
Dec
16
accepted Returning from a stored procedure before it is finished executing
Dec
16
answered Ruby on Rails video Tutorials
Dec
16
answered Returning from a stored procedure before it is finished executing
Dec
15
answered Problem with Toad for MySQL and version control
Dec
11
answered how to prepare for a Ruby interview in just one weekend
Dec
11
accepted Why does iReport keep adding tags that aren’t supported and then crashing?
Dec
10
answered Index usage with OUTER JOIN that contains IN statement
Dec
10
awarded  Popular Question
Dec
6
comment Staying Relevant As a Programmer
+1 for not staying with the same technology. You should always be learning something new.
Dec
6
comment Jasper Reporting Tutorial
And the third has been published: randomallsorts.blogspot.com/2009/12/…
Nov
30
revised Spring Batch: java.io.IOException: Stream closed exception when combining MultiResourceItemWriter and FlatFileItemWriter
added 86 characters in body
Nov
30
accepted Spring Batch: java.io.IOException: Stream closed exception when combining MultiResourceItemWriter and FlatFileItemWriter
Nov
29
comment generic programming in java
This is however, one of the differences between Scala and Java. In Scala, a Collection<Manager> is a subclass of Collection<Employee>.
Nov
28
comment Should we always reproduce the bugs to verify the fixes ?
+1. Always is an impossible word. There are times when it is impossible to reproduce things locally - are you really going to duplicate your clients site with all of the infrastructure and then reproduce the exact conditions? No. You can't guarantee that you have fixed the bug unless you've reproduced it.
Nov
27
answered How to deal with rapid project spec changes in a tight deadline scenario?
Nov
27
comment How to deal with rapid project spec changes in a tight deadline scenario?
You're right, all shops have these challenges.
Nov
27
revised Eclipse as an IDE - What do you find missing as a beginner in Java?
added 514 characters in body
Nov
27
answered Spring Batch: java.io.IOException: Stream closed exception when combining MultiResourceItemWriter and FlatFileItemWriter
Nov
27
comment Incremental deployment of java web applications
It was a standard application (under Weblogic in fact), but instead of deploying a single WAR file, we dezipped all of the files and placed them in the correct directories ourselves (we kept the JARs as JARs of course). The server was not running at deployment time, so there would be no inconsistencies.
Nov
26
answered Incremental deployment of java web applications
Nov
26
revised Jasper Reporting Tutorial
Added second article
Nov
26
revised Compare inner join and outer join SQL statements
added 1 characters in body
Nov
26
revised Spring Batch: java.io.IOException: Stream closed exception when combining MultiResourceItemWriter and FlatFileItemWriter
tags
Nov
26
answered Compare inner join and outer join SQL statements
Nov
26
asked Spring Batch: java.io.IOException: Stream closed exception when combining MultiResourceItemWriter and FlatFileItemWriter
Nov
25
accepted SVN Configuration issue
Nov
24
answered Log4J: Strategies for creating Logger instances
Nov
24
answered Jasper Reporting Tutorial
Nov
23
answered SVN Configuration issue
Nov
22
answered Caching item IDs in a memory table - good/bad?
Nov
21
answered Intelligent file search for windows that can ignore whitespace and search in code?
Nov
21
revised Why does iReport keep adding tags that aren’t supported and then crashing?
added 419 characters in body
Nov
21
answered Why does iReport keep adding tags that aren’t supported and then crashing?
Nov
20
answered Print Jasper Report without pages
Nov
20
answered Disabling NUL-termination of strings in GCC
Nov
20
comment Disabling NUL-termination of strings in GCC
Good luck with replacing the string functions in C with your own versions. And all of the functions to which you pass a nul-terminated string. And getting adequate performance. Could you explain a bit more about your problem so that you don't get shouted at for trying to save a byte by allocating two at the beginning of the string please?
Nov
20
answered Eclipse as an IDE - What do you find missing as a beginner in Java?