Diff for /parser3/tests/388-sql.html between versions 1.19 and 1.23

version 1.19, 2024/09/28 14:03:22 version 1.23, 2024/12/12 21:21:20
Line 6  $ext[^os[dll;so]] Line 6  $ext[^os[dll;so]]
 $SQL[  $SQL[
         $.drivers[^table::create{protocol       driver  client  connect          $.drivers[^table::create{protocol       driver  client  connect
 sqlite  ../../sql/sqlite/${path}parser3sqlite.$ext      ^os[sqlite3.dll;libsqlite3.so]  sqlite://:memory:?multi_statements=1  sqlite  ../../sql/sqlite/${path}parser3sqlite.$ext      ^os[sqlite3.dll;libsqlite3.so]  sqlite://:memory:?multi_statements=1
 mysql   ../../sql/mysql/${path}parser3mysql.$ext        ^os[libmySQL.dll;libmariadbclient.so]   mysql://@/?config_group=parser3&multi_statements=1  mysql   ../../sql/mysql/${path}parser3mysql.$ext        ^os[libmySQL.dll;libmariadb.so,libmysqlclient.so]       mysql://@/?config_group=parser3&multi_statements=1
 pgsql   ../../sql/pgsql/${path}parser3pgsql.$ext        libpq.$ext      pgsql://test@localhost/test  pgsql   ../../sql/pgsql/${path}parser3pgsql.$ext        libpq.$ext      pgsql://test@localhost/test
 }]  }]
 ]  ]
Line 79  $ignore[^SQL.drivers.locate[protocol;$sq Line 79  $ignore[^SQL.drivers.locate[protocol;$sq
   
         4.7.1 ^h[select aggressive from pets; $.type[table] ]          4.7.1 ^h[select aggressive from pets; $.type[table] ]
   
         4.8 ^h[select food as key, pet from pets; $.type[table] $.distinct(true) ]          4.8 ^h[select food as id, pet from pets; $.type[table] $.distinct(true) ]
   
         4.9 ^h[select food as key, pet from pets; $.type[string] $.distinct(true) ]          4.9 ^h[select food as id, pet from pets; $.type[string] $.distinct(true) ]
   
   
         5. table          5. table

Removed from v.1.19  
changed lines
  Added in v.1.23


E-mail: