IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27520


Ignore:
Timestamp:
Mar 29, 2010, 4:04:02 PM (16 years ago)
Author:
rhenders
Message:

bug in regex: not finding all tables in schema

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/scripts/pspsSchema2xml.pl

    r27475 r27520  
    8989
    9090            while (<FILE>) {
    91                 if ($_ =~ m/.*CREATE TABLE.*$tableName/) {
     91                if ($_ =~ m/.*CREATE TABLE\s+dbo\.$tableName\s*\(/i) {
    9292
    9393                    close (FILE);
Note: See TracChangeset for help on using the changeset viewer.