Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. Fehler bei SQL-Adapter

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    SOLVED Fehler bei SQL-Adapter

    This topic has been deleted. Only users with topic management privileges can see it.
    • Latzi
      Latzi @apollon77 last edited by

      @apollon77 sagte in Fehler bei SQL-Adapter:

      Aber ich verstehe nicht warum npm es immer neu bauen will auch wenn es erfolgreich war.

      Könnte ein "downgrade" von npm hilfreich sein, oder verursache ich damit andere Problemchen?

      1 Reply Last reply Reply Quote 0
      • M
        meicker last edited by

        Hallo zusammen,

        hat sich hier nichts getan ? Ich habe das gleiche Problem:

        root@ioBroker:~# node -v
        v10.19.0
        root@ioBroker:~# nodejs -v
        v10.19.0
        root@ioBroker:~# npm -v
        6.13.4
        

        Gibt es mittlerweile eine Lösung ?

        vg Marc

        apollon77 1 Reply Last reply Reply Quote 0
        • apollon77
          apollon77 @meicker last edited by

          @meicker Du willst sqlite nutzen aber es geht nicht?

          M 1 Reply Last reply Reply Quote 0
          • M
            meicker @apollon77 last edited by

            @apollon77
            Hi Ingo,
            nein, bei Updates vom Adapter bekomme ich ganz viele Logeinträge, so wie sie oben schon beschrieben sind.

            Mein TinkerS habe ich nicht über ein Image aufgesetzt sondern per Installer. Muss da noch was nachgeholt werden wenn das auftritt ?

            vg marc

            1 Reply Last reply Reply Quote 0
            • apollon77
              apollon77 last edited by

              Und wo ist das Problem der Log-Messages? Die heissen nur das da Warnungen/Fehler existieren (sollten mit js.controller 2.2.9 aber schon weniger sein). Der hier besprochene Fehler ist nur relevant wenn du sqlite einsetzen willst als DB aber genau das nicht sauber gebaut werden konnte.

              1 Reply Last reply Reply Quote 0
              • M
                meicker last edited by meicker

                Meinst Du file/redis ? oder Die datenbank um States zu sichern ?

                apollon77 1 Reply Last reply Reply Quote 0
                • apollon77
                  apollon77 @meicker last edited by

                  @meicker zweiteres

                  M 1 Reply Last reply Reply Quote 0
                  • M
                    meicker @apollon77 last edited by

                    @apollon77
                    das mache ich ...

                    Nur ein Auszug vom Log beim Update eines Adapters:

                    host.ioBroker	2020-04-09 10:25:03.907	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:182556:5: note: here default: { ^~~~~~~
                    host.ioBroker	2020-04-09 10:25:03.896	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:182546:9: warning: this statement may fall through [-Wimplicit-fallthrough=] if( p->bRecursive ){ ^
                    host.ioBroker	2020-04-09 10:25:03.885	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘jsonEachColumn’:
                    host.ioBroker	2020-04-09 10:25:03.881	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:180895:5: note: here case JSON_REAL: { ^~~~
                    host.ioBroker	2020-04-09 10:25:03.871	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:180893:7: warning: this statement may fall through [-Wimplicit-fallthrough=] int_as_real: /* fall through to real */; ^~~~~~~~~~
                    host.ioBroker	2020-04-09 10:25:03.861	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘jsonReturn’:
                    host.ioBroker	2020-04-09 10:25:03.854	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:180785:5: note: here case JSON_REAL: ^~~~
                    host.ioBroker	2020-04-09 10:25:03.843	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:180779:9: warning: this statement may fall through [-Wimplicit-fallthrough=] if( pNode->jnFlags & JNODE_RAW ){ ^
                    host.ioBroker	2020-04-09 10:25:03.822	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘jsonRenderNode’:
                    host.ioBroker	2020-04-09 10:25:03.802	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184133:5: note: here default: /* RTREE_GT or RTREE_GE, or fallthrough of RTREE_EQ */ ^~~~~~~
                    host.ioBroker	2020-04-09 10:25:03.791	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184130:9: warning: this statement may fall through [-Wimplicit-fallthrough=] if( p->op!=RTREE_EQ ) break; /* RTREE_LE and RTREE_LT en
                    host.ioBroker	2020-04-09 10:25:03.781	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘rtreeNonleafConstraint’:
                    host.ioBroker	2020-04-09 10:25:03.779	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184078:7: note: here default: readCoord(pCellData+4, &c); aCoord[1] = c.i; ^~~~~~~
                    host.ioBroker	2020-04-09 10:25:03.769	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184077:56: warning: this statement may fall through [-Wimplicit-fallthrough=] readCoord(pCellData+8, &c); aCoord[2] = c.i;
                    host.ioBroker	2020-04-09 10:25:03.758	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184076:7: note: here case 4: readCoord(pCellData+12, &c); aCoord[3] = c.i; ^~~~
                    host.ioBroker	2020-04-09 10:25:03.747	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184075:56: warning: this statement may fall through [-Wimplicit-fallthrough=] readCoord(pCellData+16, &c); aCoord[4] = c.i;
                    host.ioBroker	2020-04-09 10:25:03.737	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184074:7: note: here case 6: readCoord(pCellData+20, &c); aCoord[5] = c.i; ^~~~
                    host.ioBroker	2020-04-09 10:25:03.726	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184073:56: warning: this statement may fall through [-Wimplicit-fallthrough=] readCoord(pCellData+24, &c); aCoord[6] = c.i;
                    host.ioBroker	2020-04-09 10:25:03.716	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184072:7: note: here case 8: readCoord(pCellData+28, &c); aCoord[7] = c.i; ^~~~
                    host.ioBroker	2020-04-09 10:25:03.705	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184071:56: warning: this statement may fall through [-Wimplicit-fallthrough=] readCoord(pCellData+32, &c); aCoord[8] = c.i;
                    host.ioBroker	2020-04-09 10:25:03.694	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184063:7: note: here default: readCoord(pCellData+4, &c); aCoord[1] = c.f; ^~~~~~~
                    host.ioBroker	2020-04-09 10:25:03.684	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184062:56: warning: this statement may fall through [-Wimplicit-fallthrough=] readCoord(pCellData+8, &c); aCoord[2] = c.f;
                    host.ioBroker	2020-04-09 10:25:03.673	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184061:7: note: here case 4: readCoord(pCellData+12, &c); aCoord[3] = c.f; ^~~~
                    host.ioBroker	2020-04-09 10:25:03.662	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184060:56: warning: this statement may fall through [-Wimplicit-fallthrough=] readCoord(pCellData+16, &c); aCoord[4] = c.f;
                    host.ioBroker	2020-04-09 10:25:03.651	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184059:7: note: here case 6: readCoord(pCellData+20, &c); aCoord[5] = c.f; ^~~~
                    host.ioBroker	2020-04-09 10:25:03.641	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184058:56: warning: this statement may fall through [-Wimplicit-fallthrough=] readCoord(pCellData+24, &c); aCoord[6] = c.f;
                    host.ioBroker	2020-04-09 10:25:03.630	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184057:7: note: here case 8: readCoord(pCellData+28, &c); aCoord[7] = c.f; ^~~~
                    host.ioBroker	2020-04-09 10:25:03.619	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184056:56: warning: this statement may fall through [-Wimplicit-fallthrough=] readCoord(pCellData+32, &c); aCoord[8] = c.f;
                    host.ioBroker	2020-04-09 10:25:03.599	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘rtreeCallbackConstraint’:
                    host.ioBroker	2020-04-09 10:25:03.597	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184899:7: note: here default: area *= (i64)p->aCoord[1].i - (i64)p->aCoord[0].i; ^~~~~~~
                    host.ioBroker	2020-04-09 10:25:03.574	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184898:21: warning: this statement may fall through [-Wimplicit-fallthrough=] case 2: area *= (i64)p->aCoord[3].i - (i64)p->aCoord[2]
                    host.ioBroker	2020-04-09 10:25:03.552	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184898:7: note: here case 2: area *= (i64)p->aCoord[3].i - (i64)p->aCoord[2].i; ^~~~
                    host.ioBroker	2020-04-09 10:25:03.542	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184897:21: warning: this statement may fall through [-Wimplicit-fallthrough=] case 3: area *= (i64)p->aCoord[5].i - (i64)p->aCoord[4]
                    host.ioBroker	2020-04-09 10:25:03.520	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184897:7: note: here case 3: area *= (i64)p->aCoord[5].i - (i64)p->aCoord[4].i; ^~~~
                    host.ioBroker	2020-04-09 10:25:03.510	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184896:21: warning: this statement may fall through [-Wimplicit-fallthrough=] case 4: area *= (i64)p->aCoord[7].i - (i64)p->aCoord[6]
                    host.ioBroker	2020-04-09 10:25:03.488	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184896:7: note: here case 4: area *= (i64)p->aCoord[7].i - (i64)p->aCoord[6].i; ^~~~
                    host.ioBroker	2020-04-09 10:25:03.478	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184895:22: warning: this statement may fall through [-Wimplicit-fallthrough=] case 5: area = (i64)p->aCoord[9].i - (i64)p->aCoord[8]
                    host.ioBroker	2020-04-09 10:25:03.466	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184889:7: note: here default: area *= p->aCoord[1].f - p->aCoord[0].f; ^~~~~~~
                    host.ioBroker	2020-04-09 10:25:03.456	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184888:21: warning: this statement may fall through [-Wimplicit-fallthrough=] case 2: area *= p->aCoord[3].f - p->aCoord[2].f;
                    host.ioBroker	2020-04-09 10:25:03.434	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184888:7: note: here case 2: area *= p->aCoord[3].f - p->aCoord[2].f; ^~~~
                    host.ioBroker	2020-04-09 10:25:03.424	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184887:21: warning: this statement may fall through [-Wimplicit-fallthrough=] case 3: area *= p->aCoord[5].f - p->aCoord[4].f;
                    host.ioBroker	2020-04-09 10:25:03.402	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184887:7: note: here case 3: area *= p->aCoord[5].f - p->aCoord[4].f; ^~~~
                    host.ioBroker	2020-04-09 10:25:03.392	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184886:21: warning: this statement may fall through [-Wimplicit-fallthrough=] case 4: area *= p->aCoord[7].f - p->aCoord[6].f;
                    host.ioBroker	2020-04-09 10:25:03.370	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184886:7: note: here case 4: area *= p->aCoord[7].f - p->aCoord[6].f; ^~~~
                    host.ioBroker	2020-04-09 10:25:03.360	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184885:22: warning: this statement may fall through [-Wimplicit-fallthrough=] case 5: area = p->aCoord[9].f - p->aCoord[8].f;
                    host.ioBroker	2020-04-09 10:25:03.348	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘cellArea’:
                    host.ioBroker	2020-04-09 10:25:03.292	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:165360:5: note: here default: ^~~~~~~
                    host.ioBroker	2020-04-09 10:25:03.282	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:165356:14: warning: this statement may fall through [-Wimplicit-fallthrough=] iCol = p->nColumn; ~~~~~^~~~~~~~~~~~
                    host.ioBroker	2020-04-09 10:25:03.263	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘fts3ColumnMethod’:
                    host.ioBroker	2020-04-09 10:25:03.235	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:165603:5: note: here case 2: zStart = (const char*)sqlite3_value_text(apVal[1]); ^~~~
                    host.ioBroker	2020-04-09 10:25:03.225	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:165602:33: warning: this statement may fall through [-Wimplicit-fallthrough=] case 3: zEnd = (const char*)sqlite3_value_text(apVal[2]);
                    host.ioBroker	2020-04-09 10:25:03.207	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:165602:5: note: here case 3: zEnd = (const char*)sqlite3_value_text(apVal[2]); ^~~~
                    host.ioBroker	2020-04-09 10:25:03.205	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:165601:38: warning: this statement may fall through [-Wimplicit-fallthrough=] case 4: zEllipsis = (const char*)sqlite3_value_text(apVal[
                    host.ioBroker	2020-04-09 10:25:03.177	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:165601:5: note: here case 4: zEllipsis = (const char*)sqlite3_value_text(apVal[3]); ^~~~
                    host.ioBroker	2020-04-09 10:25:03.166	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:165600:20: warning: this statement may fall through [-Wimplicit-fallthrough=] case 5: iCol = sqlite3_value_int(apVal[4]);
                    host.ioBroker	2020-04-09 10:25:03.146	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:165600:5: note: here case 5: iCol = sqlite3_value_int(apVal[4]); ^~~~
                    host.ioBroker	2020-04-09 10:25:03.135	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:165599:22: warning: this statement may fall through [-Wimplicit-fallthrough=] case 6: nToken = sqlite3_value_int(apVal[5]);
                    host.ioBroker	2020-04-09 10:25:03.120	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘fts3SnippetFunc’:
                    host.ioBroker	2020-04-09 10:25:02.682	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:91455:1: note: here case OP_PureFunc: /* group */ ^~~~
                    host.ioBroker	2020-04-09 10:25:02.677	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:91452:15: warning: this statement may fall through [-Wimplicit-fallthrough=] pOp->opcode += 2; ~~~~~~~~~~~~^~~~
                    host.ioBroker	2020-04-09 10:25:02.672	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:90583:1: note: here case OP_AggStep1: { ^~~~
                    host.ioBroker	2020-04-09 10:25:02.667	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:90580:15: warning: this statement may fall through [-Wimplicit-fallthrough=] pOp->opcode = OP_AggStep1; ^
                    host.ioBroker	2020-04-09 10:25:02.661	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:89283:1: note: here case OP_Rewind: { /* jump */ ^~~~
                    host.ioBroker	2020-04-09 10:25:02.656	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:89268:38: warning: this statement may fall through [-Wimplicit-fallthrough=] p->aCounter[SQLITE_STMTSTATUS_SORT]++; ~~~~~~~~~~~~~~~~~~~~
                    host.ioBroker	2020-04-09 10:25:02.651	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:88347:1: note: here case OP_NoConflict: /* jump, in3 */ ^~~~
                    host.ioBroker	2020-04-09 10:25:02.646	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:88339:19: warning: this statement may fall through [-Wimplicit-fallthrough=] case OP_IfNoHope: { /* jump, in3 */ ^
                    host.ioBroker	2020-04-09 10:25:02.641	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:85130:1: note: here case OP_String: { /* out2 */ ^~~~
                    host.ioBroker	2020-04-09 10:25:02.636	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:85113:15: warning: this statement may fall through [-Wimplicit-fallthrough=] pOp->opcode = OP_String; ^
                    host.ioBroker	2020-04-09 10:25:02.632	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:84978:1: note: here case OP_Halt: { ^~~~
                    host.ioBroker	2020-04-09 10:25:02.627	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:84944:5: warning: this statement may fall through [-Wimplicit-fallthrough=] if( (pIn3->flags & MEM_Null)==0 ) break; ^
                    host.ioBroker	2020-04-09 10:25:02.617	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘sqlite3VdbeExec’:
                    host.ioBroker	2020-04-09 10:25:02.514	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:119227:7: note: here case OE_Ignore: { ^~~~
                    host.ioBroker	2020-04-09 10:25:02.506	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:119223:9: warning: this statement may fall through [-Wimplicit-fallthrough=] sqlite3UpsertDoUpdate(pParse, pUpsert, pTab, pIdx, iIdx
                    host.ioBroker	2020-04-09 10:25:02.501	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:118947:7: note: here case OE_Rollback: ^~~~Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:119007:9: warning: this statement m
                    host.ioBroker	2020-04-09 10:25:02.474	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:118944:17: warning: this statement may fall through [-Wimplicit-fallthrough=] onError = OE_Abort; ^
                    host.ioBroker	2020-04-09 10:25:02.466	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:118786:7: note: here case OE_Abort: ^~~~
                    host.ioBroker	2020-04-09 10:25:02.460	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:118782:17: warning: this statement may fall through [-Wimplicit-fallthrough=] onError = OE_Abort; ^
                    host.ioBroker	2020-04-09 10:25:02.453	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘sqlite3GenerateConstraintChecks’:
                    host.ioBroker	2020-04-09 10:25:02.441	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:117313:7: note: here default: ^~~~~~~
                    host.ioBroker	2020-04-09 10:25:02.435	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:117309:11: warning: this statement may fall through [-Wimplicit-fallthrough=] if( !pChanges ){ ^
                    host.ioBroker	2020-04-09 10:25:02.428	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘fkActionTrigger’:
                    host.ioBroker	2020-04-09 10:25:02.364	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:102585:5: note: here case TK_SPAN: ^~~~
                    host.ioBroker	2020-04-09 10:25:02.358	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:102582:9: warning: this statement may fall through [-Wimplicit-fallthrough=] if( exprImpliesNotNull(pParse, p->pRight, pNN, iTab, seen
                    host.ioBroker	2020-04-09 10:25:02.348	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘exprImpliesNotNull’:
                    host.ioBroker	2020-04-09 10:25:02.283	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:102720:5: note: here default: ^~~~~~~
                    host.ioBroker	2020-04-09 10:25:02.277	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:102715:8: warning: this statement may fall through [-Wimplicit-fallthrough=] if( (pExpr->pLeft->op==TK_COLUMN && IsVirtual(pExpr->pLef
                    host.ioBroker	2020-04-09 10:25:02.272	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘impliesNotNullRow’:
                    host.ioBroker	2020-04-09 10:25:02.237	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:96690:5: note: here case TK_BETWEEN: ^~~~
                    host.ioBroker	2020-04-09 10:25:02.232	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:96674:20: warning: this statement may fall through [-Wimplicit-fallthrough=] case TK_ISNOT: { ^
                    host.ioBroker	2020-04-09 10:25:02.226	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘resolveExprStep’:
                    host.ioBroker	2020-04-09 10:25:02.161	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:77353:9: note: here default: { ^~~~~~~
                    host.ioBroker	2020-04-09 10:25:02.157	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:77344:26: warning: this statement may fall through [-Wimplicit-fallthrough=] case OP_VFilter: { ^
                    host.ioBroker	2020-04-09 10:25:02.152	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:77306:9: note: here case OP_AutoCommit: ^~~~
                    host.ioBroker	2020-04-09 10:25:02.148	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:77303:13: warning: this statement may fall through [-Wimplicit-fallthrough=] if( pOp->p2!=0 ) p->readOnly = 0; ^
                    host.ioBroker	2020-04-09 10:25:02.138	info	iobroker Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘resolveP2Values’:
                    
                    1 Reply Last reply Reply Quote 0
                    • apollon77
                      apollon77 last edited by

                      Ja ok ... UND?

                      Also : Warnungen beim Installieren/Updaten des Adapter können kommen. Teilweise sogar Fehler ... Wenn Fehler kommen heisst das maximal das sqlite als "Datenbanktyp" nicht geht.

                      Daher ignorier doch mal die Meldungen und schau auf die Funktionalität! Wenn der Adapter mit deiner gewählten Datenbank tut ... super. Falls Du sqlite nutzen willst und das tut nicht - dann bist Du hier im Thread richtig

                      M 1 Reply Last reply Reply Quote 1
                      • M
                        meicker @apollon77 last edited by

                        @apollon77 OK - DANKE 🙂

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post

                        Support us

                        ioBroker
                        Community Adapters
                        Donate

                        190
                        Online

                        31.7k
                        Users

                        79.8k
                        Topics

                        1.3m
                        Posts

                        sql
                        8
                        40
                        1942
                        Loading More Posts
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes
                        Reply
                        • Reply as topic
                        Log in to reply
                        Community
                        Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                        The ioBroker Community 2014-2023
                        logo