when do you commit?
heddesheimer <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.devel |
|---|---|
| Message-ID | <680c8ff0f7177ba3643b5638f5a7581c@osCommerce-Forums> |
This message was sent from: Development http://forums.oscommerce.com/viewtopic.php?p=174007#174007 ---------------------------------------------------------------- Hi, I just had some work to find a bug related to different versions in CVS. I updated the latest version today and copied it over to my site. After that I got an SQL error: "select count() as total" I found finally, that the current version of class split_page_results is not compatible with the current version of default.php (not the same parameters passed in the constructor). So how can that be? Do you test the software before you check in the changes? In all teams I worked before, it was common sense not to check in any changes that will break the code. Maybe it is different for osCommerce, or maybe I did a mistake here. When I used the older version of split_page_results.php (1.13) it worked fine. Marian