A Journal Through My Activities, Thoughts, and Notes
#rodsays Avoid the use of select * in any new repository code. Explicitly specify the columns you need. This is to avoid problems with the oracle data provider if we change the table structure while the code is running.
#rodsays We should keep generic things truly generic and not to compromise their generic nature under the pretense of adding extensions.
 
 
Back to Top