Changeset: 227c9f12b916 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=227c9f12b916 Added Files: sql/test/pg_regress/Tests/numeric_big.stable.err.int128 Modified Files: sql/test/pg_regress/Tests/numeric_big.stable.err Branch: default Log Message:
Added numeric_big.stable.err.int128 version to resolve testweb errors diffs (truncated from 1769 to 300 lines): diff --git a/sql/test/pg_regress/Tests/numeric_big.stable.err b/sql/test/pg_regress/Tests/numeric_big.stable.err --- a/sql/test/pg_regress/Tests/numeric_big.stable.err +++ b/sql/test/pg_regress/Tests/numeric_big.stable.err @@ -61,43 +61,43 @@ QUERY = DROP TABLE num_result; ERROR = !DROP TABLE: no such table 'num_result' MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 QUERY = CREATE TABLE num_data (id integer, val numeric(1000,800)); -ERROR = !decimal(1000,800) isn't supported because P=1000 > 38 in: "create table num_data (id integer, val numeric(1000,800)" +ERROR = !decimal(1000,800) isn't supported because P=1000 > 18 in: "create table num_data (id integer, val numeric(1000,800)" !syntax error, unexpected ')' in: ")" MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 QUERY = CREATE TABLE num_exp_add (id1 integer, id2 integer, expected numeric(1000,800)); -ERROR = !decimal(1000,800) isn't supported because P=1000 > 38 in: "create table num_exp_add (id1 integer, id2 integer, expected numeric(1000,800)" +ERROR = !decimal(1000,800) isn't supported because P=1000 > 18 in: "create table num_exp_add (id1 integer, id2 integer, expected numeric(1000,800)" !syntax error, unexpected ')' in: ")" MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 QUERY = CREATE TABLE num_exp_sub (id1 integer, id2 integer, expected numeric(1000,800)); -ERROR = !decimal(1000,800) isn't supported because P=1000 > 38 in: "create table num_exp_sub (id1 integer, id2 integer, expected numeric(1000,800)" +ERROR = !decimal(1000,800) isn't supported because P=1000 > 18 in: "create table num_exp_sub (id1 integer, id2 integer, expected numeric(1000,800)" !syntax error, unexpected ')' in: ")" MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 QUERY = CREATE TABLE num_exp_div (id1 integer, id2 integer, expected numeric(1000,800)); -ERROR = !decimal(1000,800) isn't supported because P=1000 > 38 in: "create table num_exp_div (id1 integer, id2 integer, expected numeric(1000,800)" +ERROR = !decimal(1000,800) isn't supported because P=1000 > 18 in: "create table num_exp_div (id1 integer, id2 integer, expected numeric(1000,800)" !syntax error, unexpected ')' in: ")" MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 QUERY = CREATE TABLE num_exp_mul (id1 integer, id2 integer, expected numeric(1000,800)); -ERROR = !decimal(1000,800) isn't supported because P=1000 > 38 in: "create table num_exp_mul (id1 integer, id2 integer, expected numeric(1000,800)" +ERROR = !decimal(1000,800) isn't supported because P=1000 > 18 in: "create table num_exp_mul (id1 integer, id2 integer, expected numeric(1000,800)" !syntax error, unexpected ')' in: ")" MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 QUERY = CREATE TABLE num_exp_sqrt (id integer, expected numeric(1000,800)); -ERROR = !decimal(1000,800) isn't supported because P=1000 > 38 in: "create table num_exp_sqrt (id integer, expected numeric(1000,800)" +ERROR = !decimal(1000,800) isn't supported because P=1000 > 18 in: "create table num_exp_sqrt (id integer, expected numeric(1000,800)" !syntax error, unexpected ')' in: ")" MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 QUERY = CREATE TABLE num_exp_ln (id integer, expected numeric(1000,800)); -ERROR = !decimal(1000,800) isn't supported because P=1000 > 38 in: "create table num_exp_ln (id integer, expected numeric(1000,800)" +ERROR = !decimal(1000,800) isn't supported because P=1000 > 18 in: "create table num_exp_ln (id integer, expected numeric(1000,800)" !syntax error, unexpected ')' in: ")" MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 QUERY = CREATE TABLE num_exp_log10 (id integer, expected numeric(1000,800)); -ERROR = !decimal(1000,800) isn't supported because P=1000 > 38 in: "create table num_exp_log10 (id integer, expected numeric(1000,800)" +ERROR = !decimal(1000,800) isn't supported because P=1000 > 18 in: "create table num_exp_log10 (id integer, expected numeric(1000,800)" !syntax error, unexpected ')' in: ")" MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 QUERY = CREATE TABLE num_exp_power_10_ln (id integer, expected numeric(1000,800)); -ERROR = !decimal(1000,800) isn't supported because P=1000 > 38 in: "create table num_exp_power_10_ln (id integer, expected numeric(1000,800)" +ERROR = !decimal(1000,800) isn't supported because P=1000 > 18 in: "create table num_exp_power_10_ln (id integer, expected numeric(1000,800)" !syntax error, unexpected ')' in: ")" MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 QUERY = CREATE TABLE num_result (id1 integer, id2 integer, result numeric(1000,800)); -ERROR = !decimal(1000,800) isn't supported because P=1000 > 38 in: "create table num_result (id1 integer, id2 integer, result numeric(1000,800)" +ERROR = !decimal(1000,800) isn't supported because P=1000 > 18 in: "create table num_result (id1 integer, id2 integer, result numeric(1000,800)" !syntax error, unexpected ')' in: ")" MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 QUERY = BEGIN TRANSACTION; diff --git a/sql/test/pg_regress/Tests/numeric_big.stable.err.int128 b/sql/test/pg_regress/Tests/numeric_big.stable.err.int128 new file mode 100644 --- /dev/null +++ b/sql/test/pg_regress/Tests/numeric_big.stable.err.int128 @@ -0,0 +1,1707 @@ +stderr of test 'numeric_big` in directory 'sql/test/pg_regress` itself: + + +# 17:11:18 > +# 17:11:18 > "mserver5" "--debug=10" "--set" "gdk_nr_threads=0" "--set" "mapi_open=true" "--set" "mapi_port=38959" "--set" "mapi_usock=/var/tmp/mtest-1142/.s.monetdb.38959" "--set" "monet_prompt=" "--forcemito" "--set" "mal_listing=2" "--dbpath=/ufs/dinther/INSTALL/var/MonetDB/mTests_sql_test_pg_regress" "--set" "mal_listing=0" +# 17:11:18 > + +# builtin opt gdk_dbpath = /ufs/dinther/INSTALL/var/monetdb5/dbfarm/demo +# builtin opt gdk_debug = 0 +# builtin opt gdk_vmtrim = no +# builtin opt monet_prompt = > +# builtin opt monet_daemon = no +# builtin opt mapi_port = 50000 +# builtin opt mapi_open = false +# builtin opt mapi_autosense = false +# builtin opt sql_optimizer = default_pipe +# builtin opt sql_debug = 0 +# cmdline opt gdk_nr_threads = 0 +# cmdline opt mapi_open = true +# cmdline opt mapi_port = 38959 +# cmdline opt mapi_usock = /var/tmp/mtest-1142/.s.monetdb.38959 +# cmdline opt monet_prompt = +# cmdline opt mal_listing = 2 +# cmdline opt gdk_dbpath = /ufs/dinther/INSTALL/var/MonetDB/mTests_sql_test_pg_regress +# cmdline opt mal_listing = 0 +# cmdline opt gdk_debug = 536870922 + +# 17:11:19 > +# 17:11:19 > "mclient" "-lsql" "-ftest" "-Eutf-8" "-i" "-e" "--host=/var/tmp/mtest-1142" "--port=38959" +# 17:11:19 > + +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = DROP TABLE num_data; +ERROR = !DROP TABLE: no such table 'num_data' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = DROP TABLE num_exp_add; +ERROR = !DROP TABLE: no such table 'num_exp_add' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = DROP TABLE num_exp_sub; +ERROR = !DROP TABLE: no such table 'num_exp_sub' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = DROP TABLE num_exp_div; +ERROR = !DROP TABLE: no such table 'num_exp_div' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = DROP TABLE num_exp_mul; +ERROR = !DROP TABLE: no such table 'num_exp_mul' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = DROP TABLE num_exp_sqrt; +ERROR = !DROP TABLE: no such table 'num_exp_sqrt' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = DROP TABLE num_exp_ln; +ERROR = !DROP TABLE: no such table 'num_exp_ln' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = DROP TABLE num_exp_log10; +ERROR = !DROP TABLE: no such table 'num_exp_log10' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = DROP TABLE num_exp_power_10_ln; +ERROR = !DROP TABLE: no such table 'num_exp_power_10_ln' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = DROP TABLE num_result; +ERROR = !DROP TABLE: no such table 'num_result' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = CREATE TABLE num_data (id integer, val numeric(1000,800)); +ERROR = !decimal(1000,800) isn't supported because P=1000 > 38 in: "create table num_data (id integer, val numeric(1000,800)" + !syntax error, unexpected ')' in: ")" +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = CREATE TABLE num_exp_add (id1 integer, id2 integer, expected numeric(1000,800)); +ERROR = !decimal(1000,800) isn't supported because P=1000 > 38 in: "create table num_exp_add (id1 integer, id2 integer, expected numeric(1000,800)" + !syntax error, unexpected ')' in: ")" +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = CREATE TABLE num_exp_sub (id1 integer, id2 integer, expected numeric(1000,800)); +ERROR = !decimal(1000,800) isn't supported because P=1000 > 38 in: "create table num_exp_sub (id1 integer, id2 integer, expected numeric(1000,800)" + !syntax error, unexpected ')' in: ")" +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = CREATE TABLE num_exp_div (id1 integer, id2 integer, expected numeric(1000,800)); +ERROR = !decimal(1000,800) isn't supported because P=1000 > 38 in: "create table num_exp_div (id1 integer, id2 integer, expected numeric(1000,800)" + !syntax error, unexpected ')' in: ")" +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = CREATE TABLE num_exp_mul (id1 integer, id2 integer, expected numeric(1000,800)); +ERROR = !decimal(1000,800) isn't supported because P=1000 > 38 in: "create table num_exp_mul (id1 integer, id2 integer, expected numeric(1000,800)" + !syntax error, unexpected ')' in: ")" +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = CREATE TABLE num_exp_sqrt (id integer, expected numeric(1000,800)); +ERROR = !decimal(1000,800) isn't supported because P=1000 > 38 in: "create table num_exp_sqrt (id integer, expected numeric(1000,800)" + !syntax error, unexpected ')' in: ")" +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = CREATE TABLE num_exp_ln (id integer, expected numeric(1000,800)); +ERROR = !decimal(1000,800) isn't supported because P=1000 > 38 in: "create table num_exp_ln (id integer, expected numeric(1000,800)" + !syntax error, unexpected ')' in: ")" +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = CREATE TABLE num_exp_log10 (id integer, expected numeric(1000,800)); +ERROR = !decimal(1000,800) isn't supported because P=1000 > 38 in: "create table num_exp_log10 (id integer, expected numeric(1000,800)" + !syntax error, unexpected ')' in: ")" +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = CREATE TABLE num_exp_power_10_ln (id integer, expected numeric(1000,800)); +ERROR = !decimal(1000,800) isn't supported because P=1000 > 38 in: "create table num_exp_power_10_ln (id integer, expected numeric(1000,800)" + !syntax error, unexpected ')' in: ")" +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = CREATE TABLE num_result (id1 integer, id2 integer, result numeric(1000,800)); +ERROR = !decimal(1000,800) isn't supported because P=1000 > 38 in: "create table num_result (id1 integer, id2 integer, result numeric(1000,800)" + !syntax error, unexpected ')' in: ")" +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = BEGIN TRANSACTION; +ERROR = !syntax error, unexpected BEGIN in: "begin" +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = INSERT INTO num_exp_add VALUES (0,0,'0'); +ERROR = !INSERT INTO: no such table 'num_exp_add' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = INSERT INTO num_exp_sub VALUES (0,0,'0'); +ERROR = !INSERT INTO: no such table 'num_exp_sub' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = INSERT INTO num_exp_mul VALUES (0,0,'0'); +ERROR = !INSERT INTO: no such table 'num_exp_mul' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = INSERT INTO num_exp_div VALUES (0,0,'NaN'); +ERROR = !INSERT INTO: no such table 'num_exp_div' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = INSERT INTO num_exp_add VALUES (0,1,'85243.39540024977626076239847863600785982737155858270959890014613035727868293618673807776733416230953723818527101593495895350807775607346277892835514324320448949370623441059033804864158715021903312693889518990256881059434042443507529601095150710777634743301398926463888783847290873199395304998050753365215426971278237920063435565949203678024225270616295573678510929020831006146661747271783837653203039829647102027431761129518881525935216608429897041525858540380754759125150233053469999022855035'); +ERROR = !INSERT INTO: no such table 'num_exp_add' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = INSERT INTO num_exp_sub VALUES (0,1,'-85243.39540024977626076239847863600785982737155858270959890014613035727868293618673807776733416230953723818527101593495895350807775607346277892835514324320448949370623441059033804864158715021903312693889518990256881059434042443507529601095150710777634743301398926463888783847290873199395304998050753365215426971278237920063435565949203678024225270616295573678510929020831006146661747271783837653203039829647102027431761129518881525935216608429897041525858540380754759125150233053469999022855035'); +ERROR = !INSERT INTO: no such table 'num_exp_sub' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = INSERT INTO num_exp_mul VALUES (0,1,'0'); +ERROR = !INSERT INTO: no such table 'num_exp_mul' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = INSERT INTO num_exp_div VALUES (0,1,'0'); +ERROR = !INSERT INTO: no such table 'num_exp_div' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = INSERT INTO num_exp_add VALUES (0,2,'-994877526002806872754342148749241.04353023451866590387054959174736129501310680280823383331007646306243540953499740615246583399296334239109936336446284803020643582102868247857009494139535009572740621288230740389545481395'); +ERROR = !INSERT INTO: no such table 'num_exp_add' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = INSERT INTO num_exp_sub VALUES (0,2,'994877526002806872754342148749241.04353023451866590387054959174736129501310680280823383331007646306243540953499740615246583399296334239109936336446284803020643582102868247857009494139535009572740621288230740389545481395'); +ERROR = !INSERT INTO: no such table 'num_exp_sub' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = INSERT INTO num_exp_mul VALUES (0,2,'0'); +ERROR = !INSERT INTO: no such table 'num_exp_mul' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = INSERT INTO num_exp_div VALUES (0,2,'0'); +ERROR = !INSERT INTO: no such table 'num_exp_div' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = INSERT INTO num_exp_add VALUES (0,3,'-60302029489319384367663884408085757480.2322712404088283093870869198708849258097125725036189625900174440196153781995220721511009855207486224837798752903681993777275846325950111427710563453217985216966456785944859989497422927661683538629473170704026975786513125842675604577233871570629808699803522400038975396500769162308448069085909755023233588510630417065084295051270219462289785473643946404281422516357503746700705970360169619852905053433235726497292406142332833'); +ERROR = !INSERT INTO: no such table 'num_exp_add' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = INSERT INTO num_exp_sub VALUES (0,3,'60302029489319384367663884408085757480.2322712404088283093870869198708849258097125725036189625900174440196153781995220721511009855207486224837798752903681993777275846325950111427710563453217985216966456785944859989497422927661683538629473170704026975786513125842675604577233871570629808699803522400038975396500769162308448069085909755023233588510630417065084295051270219462289785473643946404281422516357503746700705970360169619852905053433235726497292406142332833'); +ERROR = !INSERT INTO: no such table 'num_exp_sub' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = INSERT INTO num_exp_mul VALUES (0,3,'0'); +ERROR = !INSERT INTO: no such table 'num_exp_mul' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = INSERT INTO num_exp_div VALUES (0,3,'0'); +ERROR = !INSERT INTO: no such table 'num_exp_div' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = INSERT INTO num_exp_add VALUES (0,4,'5329378275943663322215245.24931765987630429629836382184742348353920297283690739124220773955591340709935970062776650204659187764581615597720798385015942389765692769739983054442503547211560297249686289665792078548480268091496050883021187158502798880896590227542729659940394038802461081290690995869705131152889309663639310553909874081663091069118126221594338242710530718836025225507189149221049928936955230868771875644038572888630664890573507822342998964954667474300944699078658989010257103569231493090050659723450626338923049035040974032671138430612839043269997482582763267536489504794826476836323549796385028155416935072959933315468068930689064483178204550825728947252440604703474049780550458442808479096492346910001692358508618202898514895453589357'); +ERROR = !INSERT INTO: no such table 'num_exp_add' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = INSERT INTO num_exp_sub VALUES (0,4,'-5329378275943663322215245.24931765987630429629836382184742348353920297283690739124220773955591340709935970062776650204659187764581615597720798385015942389765692769739983054442503547211560297249686289665792078548480268091496050883021187158502798880896590227542729659940394038802461081290690995869705131152889309663639310553909874081663091069118126221594338242710530718836025225507189149221049928936955230868771875644038572888630664890573507822342998964954667474300944699078658989010257103569231493090050659723450626338923049035040974032671138430612839043269997482582763267536489504794826476836323549796385028155416935072959933315468068930689064483178204550825728947252440604703474049780550458442808479096492346910001692358508618202898514895453589357'); +ERROR = !INSERT INTO: no such table 'num_exp_sub' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = INSERT INTO num_exp_mul VALUES (0,4,'0'); +ERROR = !INSERT INTO: no such table 'num_exp_mul' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = INSERT INTO num_exp_div VALUES (0,4,'0'); +ERROR = !INSERT INTO: no such table 'num_exp_div' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = INSERT INTO num_exp_add VALUES (0,5,'-652755630.43456071828048833552593835051449845484289562110789582081210403487973096161149072377955192388469356112505543620695003436531392789029513380101663750625024853263344909355177280161504414335005574882649025508632900995595004153086358670541462762210415346958050909878501048483523600711486406055424807840429541335391538322886495085448421556770991545781035298449067051916630343957356635391594362639819978677032855590055900561501350354631803808000307050416047072513406855040715556454205065332997338225626635780147287003130754254277103928406089109802521803537038957372612837169223905290912251006321930223154562110264217937'); +ERROR = !INSERT INTO: no such table 'num_exp_add' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = INSERT INTO num_exp_sub VALUES (0,5,'652755630.43456071828048833552593835051449845484289562110789582081210403487973096161149072377955192388469356112505543620695003436531392789029513380101663750625024853263344909355177280161504414335005574882649025508632900995595004153086358670541462762210415346958050909878501048483523600711486406055424807840429541335391538322886495085448421556770991545781035298449067051916630343957356635391594362639819978677032855590055900561501350354631803808000307050416047072513406855040715556454205065332997338225626635780147287003130754254277103928406089109802521803537038957372612837169223905290912251006321930223154562110264217937'); +ERROR = !INSERT INTO: no such table 'num_exp_sub' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = INSERT INTO num_exp_mul VALUES (0,5,'0'); +ERROR = !INSERT INTO: no such table 'num_exp_mul' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = INSERT INTO num_exp_div VALUES (0,5,'0'); +ERROR = !INSERT INTO: no such table 'num_exp_div' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = INSERT INTO num_exp_add VALUES (0,6,'.0469370721950711508944806393077762204079964905145503836835397203739563036579760026190241480514409364'); +ERROR = !INSERT INTO: no such table 'num_exp_add' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = INSERT INTO num_exp_sub VALUES (0,6,'-.0469370721950711508944806393077762204079964905145503836835397203739563036579760026190241480514409364'); +ERROR = !INSERT INTO: no such table 'num_exp_sub' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = INSERT INTO num_exp_mul VALUES (0,6,'0'); +ERROR = !INSERT INTO: no such table 'num_exp_mul' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = INSERT INTO num_exp_div VALUES (0,6,'0'); +ERROR = !INSERT INTO: no such table 'num_exp_div' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = INSERT INTO num_exp_add VALUES (0,7,'-818934540071845742'); +ERROR = !INSERT INTO: no such table 'num_exp_add' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = INSERT INTO num_exp_sub VALUES (0,7,'818934540071845742'); +ERROR = !INSERT INTO: no such table 'num_exp_sub' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = INSERT INTO num_exp_mul VALUES (0,7,'0'); +ERROR = !INSERT INTO: no such table 'num_exp_mul' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = INSERT INTO num_exp_div VALUES (0,7,'0'); +ERROR = !INSERT INTO: no such table 'num_exp_div' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = INSERT INTO num_exp_add VALUES (0,8,'8496986223.64063724353165506167988570717591150432282238795309964705925283285060558038824227595710139960766584401003765241409149793494330798800'); +ERROR = !INSERT INTO: no such table 'num_exp_add' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = INSERT INTO num_exp_sub VALUES (0,8,'-8496986223.64063724353165506167988570717591150432282238795309964705925283285060558038824227595710139960766584401003765241409149793494330798800'); +ERROR = !INSERT INTO: no such table 'num_exp_sub' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = INSERT INTO num_exp_mul VALUES (0,8,'0'); +ERROR = !INSERT INTO: no such table 'num_exp_mul' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = INSERT INTO num_exp_div VALUES (0,8,'0'); +ERROR = !INSERT INTO: no such table 'num_exp_div' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = INSERT INTO num_exp_add VALUES (0,9,'54863480.34685027005508022756223282084742813020271603840941647350440860843570182437301045468670059279379903480024743452620396345637401505220786389930600883087012615993343976556472498552535317826554614696684732913955544753638726438705858481670766245958647367500212800073774509075408148134050353551558174813940258910304990570172170811882520915334358633'); +ERROR = !INSERT INTO: no such table 'num_exp_add' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = INSERT INTO num_exp_sub VALUES (0,9,'-54863480.34685027005508022756223282084742813020271603840941647350440860843570182437301045468670059279379903480024743452620396345637401505220786389930600883087012615993343976556472498552535317826554614696684732913955544753638726438705858481670766245958647367500212800073774509075408148134050353551558174813940258910304990570172170811882520915334358633'); +ERROR = !INSERT INTO: no such table 'num_exp_sub' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = INSERT INTO num_exp_mul VALUES (0,9,'0'); +ERROR = !INSERT INTO: no such table 'num_exp_mul' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = INSERT INTO num_exp_div VALUES (0,9,'0'); +ERROR = !INSERT INTO: no such table 'num_exp_div' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = INSERT INTO num_exp_add VALUES (1,0,'85243.39540024977626076239847863600785982737155858270959890014613035727868293618673807776733416230953723818527101593495895350807775607346277892835514324320448949370623441059033804864158715021903312693889518990256881059434042443507529601095150710777634743301398926463888783847290873199395304998050753365215426971278237920063435565949203678024225270616295573678510929020831006146661747271783837653203039829647102027431761129518881525935216608429897041525858540380754759125150233053469999022855035'); +ERROR = !INSERT INTO: no such table 'num_exp_add' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = INSERT INTO num_exp_sub VALUES (1,0,'85243.39540024977626076239847863600785982737155858270959890014613035727868293618673807776733416230953723818527101593495895350807775607346277892835514324320448949370623441059033804864158715021903312693889518990256881059434042443507529601095150710777634743301398926463888783847290873199395304998050753365215426971278237920063435565949203678024225270616295573678510929020831006146661747271783837653203039829647102027431761129518881525935216608429897041525858540380754759125150233053469999022855035'); +ERROR = !INSERT INTO: no such table 'num_exp_sub' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = INSERT INTO num_exp_mul VALUES (1,0,'0'); +ERROR = !INSERT INTO: no such table 'num_exp_mul' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = INSERT INTO num_exp_div VALUES (1,0,'NaN'); +ERROR = !INSERT INTO: no such table 'num_exp_div' +MAPI = (monetdb) /var/tmp/mtest-29915/.s.monetdb.37487 +QUERY = INSERT INTO num_exp_add VALUES (1,1,'170486.79080049955252152479695727201571965474311716541919780029226071455736587237347615553466832461907447637054203186991790701615551214692555785671028648640897898741246882118067609728317430043806625387779037980513762118868084887015059202190301421555269486602797852927777567694581746398790609996101506730430853942556475840126871131898407356048450541232591147357021858041662012293323494543567675306406079659294204054863522259037763051870433216859794083051717080761509518250300466106939998045710070'); _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list