phanterpwa 14.0.7__py3-none-any.whl → 14.0.10__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- phanterpwa/__init__.py +1 -1
- phanterpwa/backend/dataforms.py +22 -13
- {phanterpwa-14.0.7.dist-info → phanterpwa-14.0.10.dist-info}/METADATA +1 -1
- {phanterpwa-14.0.7.dist-info → phanterpwa-14.0.10.dist-info}/RECORD +9 -9
- {phanterpwa-14.0.7.dist-info → phanterpwa-14.0.10.dist-info}/LICENSE +0 -0
- {phanterpwa-14.0.7.dist-info → phanterpwa-14.0.10.dist-info}/WHEEL +0 -0
- {phanterpwa-14.0.7.dist-info → phanterpwa-14.0.10.dist-info}/dependency_links.txt +0 -0
- {phanterpwa-14.0.7.dist-info → phanterpwa-14.0.10.dist-info}/entry_points.txt +0 -0
- {phanterpwa-14.0.7.dist-info → phanterpwa-14.0.10.dist-info}/top_level.txt +0 -0
phanterpwa/__init__.py
CHANGED
phanterpwa/backend/dataforms.py
CHANGED
@@ -1361,17 +1361,21 @@ class FieldsDALValidateDictArgs(object):
|
|
1361
1361
|
else:
|
1362
1362
|
return None
|
1363
1363
|
|
1364
|
-
|
1365
1364
|
def validate_and_insert(self, dbtable, commit=True):
|
1366
1365
|
self.validate()
|
1367
1366
|
if not self.errors and isinstance(dbtable, Table):
|
1368
1367
|
rep = dbtable.validate_and_insert(**self.verified)
|
1369
|
-
|
1370
|
-
|
1371
|
-
|
1372
|
-
|
1373
|
-
|
1374
|
-
|
1368
|
+
if isinstance(rep, dict):
|
1369
|
+
if rep.get("errors"):
|
1370
|
+
dbtable._db.rollback()
|
1371
|
+
elif rep.get("id") and commit:
|
1372
|
+
dbtable._db.commit()
|
1373
|
+
else:
|
1374
|
+
if rep.errors:
|
1375
|
+
dbtable._db.rollback()
|
1376
|
+
elif rep.id and commit:
|
1377
|
+
dbtable._db.commit()
|
1378
|
+
return rep
|
1375
1379
|
else:
|
1376
1380
|
if not self.errors:
|
1377
1381
|
raise "The dbtable must be pydal.DAL.Table instance. given: {0}.".format(type(dbtable))
|
@@ -1380,12 +1384,17 @@ class FieldsDALValidateDictArgs(object):
|
|
1380
1384
|
self.validate()
|
1381
1385
|
if not self.errors and isinstance(dbset, Set):
|
1382
1386
|
rep = dbset.validate_and_update(**self.verified)
|
1383
|
-
|
1384
|
-
|
1385
|
-
|
1386
|
-
|
1387
|
-
|
1388
|
-
|
1387
|
+
if isinstance(rep, dict):
|
1388
|
+
if rep.get("errors"):
|
1389
|
+
dbset._db.rollback()
|
1390
|
+
elif rep.get("id") and commit:
|
1391
|
+
dbset._db.commit()
|
1392
|
+
else:
|
1393
|
+
if rep.errors:
|
1394
|
+
dbset._db.rollback()
|
1395
|
+
elif rep.id and commit:
|
1396
|
+
dbset._db.commit()
|
1397
|
+
return rep
|
1389
1398
|
else:
|
1390
1399
|
if not self.errors:
|
1391
1400
|
raise "The dbtable must be pydal.Objects.Set instance. given: {0}.".format(type(dbset))
|
@@ -1,4 +1,4 @@
|
|
1
|
-
phanterpwa/__init__.py,sha256=
|
1
|
+
phanterpwa/__init__.py,sha256=uUDACNGUFDbFmyLH1iAvaKXCgsi_tLpCzhYwmmwwEKU,397
|
2
2
|
phanterpwa/__main__.py,sha256=1vSHtv6-sgAgpZiklf9bwarXX1b-fmKx1rjwJw4h78o,4017
|
3
3
|
phanterpwa/compiler.py,sha256=Je3qtVO_cZ69_PPWcXKyBgnRfQ-Ev-zkZ3UTN-ddOTQ,47478
|
4
4
|
phanterpwa/configer.py,sha256=PFO_nVy9r6yt5iDso1amDIR0Ge2UYYK3h-ae9M0Ezyk,26359
|
@@ -10,7 +10,7 @@ phanterpwa/sms.py,sha256=XUULyDSk5gPjBqupchIcaGv-C6kX66XxrXpmzfnSp_A,1313
|
|
10
10
|
phanterpwa/tools.py,sha256=X_R_pWIegts8rNmDwVI_MmJ9PyXr5H64IrB2jXX9twc,46596
|
11
11
|
phanterpwa/xmlconstructor.py,sha256=DMtc9BXI2NMGGmLszZXh2A63Iv0D1qgoWtn0aKyrmoo,162695
|
12
12
|
phanterpwa/backend/__init__.py,sha256=zB8rm2I9O3f448YsuaupgBlAoqZAiVM5vEoWnOOGvdw,68
|
13
|
-
phanterpwa/backend/dataforms.py,sha256=
|
13
|
+
phanterpwa/backend/dataforms.py,sha256=Silp0p-QaZkSz69oq2NZdlM7beH4v-JIsOW5RKEn1xg,64951
|
14
14
|
phanterpwa/backend/decorators.py,sha256=gPqFjUe8BCci59hBv72j2wvKZB3L5HLZIE-3ESA2wLU,56094
|
15
15
|
phanterpwa/backend/security.py,sha256=USPky7nqTKASAN60yYs7-NnoR82LMZlf9aGlfz1QbXM,1300
|
16
16
|
phanterpwa/backend/pydal/__init__.py,sha256=lpPDHcS9anJ5ceRSW9fBVuAgKK5qtjSoMsVjp3_nCdw,55
|
@@ -435,10 +435,10 @@ phanterpwa/usual_sass/preloaders/indefined_text.sass,sha256=z4JuUtBrzoqH3HuNFXvN
|
|
435
435
|
phanterpwa/usual_sass/preloaders/run_points.sass,sha256=EYl93ljfgAc-ZLJ0VScrCoIlHP7Nr6NLdxj1zk2wm_E,3367
|
436
436
|
phanterpwa/usual_sass/preloaders/square.sass,sha256=TOsh9muP4zkYLUJcw4i1LeRs60NrtgRWBk_1oMt2_58,1348
|
437
437
|
phanterpwa/usual_sass/preloaders/squares.sass,sha256=kH1I89qEfmbvYxCtKFVNcxP5bWIjnqbheXVnyGF0VNo,3862
|
438
|
-
phanterpwa-14.0.
|
439
|
-
phanterpwa-14.0.
|
440
|
-
phanterpwa-14.0.
|
441
|
-
phanterpwa-14.0.
|
442
|
-
phanterpwa-14.0.
|
443
|
-
phanterpwa-14.0.
|
444
|
-
phanterpwa-14.0.
|
438
|
+
phanterpwa-14.0.10.dist-info/LICENSE,sha256=lGEW1PRSZOkug2-d0IJgryCjqt6zhxN5x9pFgy3lx2E,1087
|
439
|
+
phanterpwa-14.0.10.dist-info/METADATA,sha256=I1YnPPU8fWCKwFA16-MWGt0VdxrLdc19uKqKI7dXa4o,1939
|
440
|
+
phanterpwa-14.0.10.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
|
441
|
+
phanterpwa-14.0.10.dist-info/dependency_links.txt,sha256=Pslekmz-4l1SpBO0x2aYkYZPCScmbrB9HUq1YvXYUzM,40
|
442
|
+
phanterpwa-14.0.10.dist-info/entry_points.txt,sha256=siJH2lFXIdsUBDRgcXV4blOb2_iku1vcbqxJ-trIQrw,56
|
443
|
+
phanterpwa-14.0.10.dist-info/top_level.txt,sha256=nF1WJ8AByxBv3bLKp3xySR2l2Twrj5n5n7C404lULSk,5319
|
444
|
+
phanterpwa-14.0.10.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|