File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 <info dbms_version =" 1" />
66 </regexp >
77
8+ <!-- Windows -->
9+ <regexp value =" Visual C\+\+" >
10+ <info type =" Windows" />
11+ </regexp >
12+
813 <!-- Ubuntu -->
914 <regexp value =" PostgreSQL\s+(8\.2\.7)\s+on\s+.*?\s+\(Ubuntu 4\.2\.3-2ubuntu4\)" >
1015 <info dbms_version =" 1" type =" Linux" distrib =" Ubuntu" release =" 8.04" codename =" Hardy Heron" />
Original file line number Diff line number Diff line change 169169 <isnull query =" ISNULL(%s, ' ')" />
170170 <delimiter query =" +" />
171171 <limit query =" SELECT TOP %d " />
172- <limitregexp query =" SELECT\s+TOP\s+1\ s+.+?\s+FROM\s+.+?\s+WHERE\s+.+?\s+NOT\s+IN\s+\(SELECT\s+TOP\s+[\d]+\s+" />
173- <limitgroupstart />
174- <limitgroupstop />
172+ <limitregexp query =" SELECT\s+TOP\s+([\d]+)\ s+.+?\s+FROM\s+.+?\s+WHERE\s+.+?\s+NOT\s+IN\s+\(SELECT\s+TOP\s+( [\d]+) \s+" />
173+ <limitgroupstart query = " 2 " />
174+ <limitgroupstop query = " 1 " />
175175 <limitstring />
176176 <order query =" ORDER BY %s ASC" />
177177 <count query =" COUNT(%s)" />
You can’t perform that action at this time.
0 commit comments