Skip to content

Commit

Permalink
1.0.1 - Show Constraint Failures in Console Log, Logging
Browse files Browse the repository at this point in the history
  • Loading branch information
valhuber committed Sep 11, 2021
1 parent ddaacb9 commit 0df8790
Show file tree
Hide file tree
Showing 32 changed files with 215 additions and 827 deletions.
4 changes: 4 additions & 0 deletions $readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Major friction due to Python Path
This should make debug runs == cmd-line, vsc
Using LogicBankUtils to set path (to LogicBank) in each nw/tests

Major issues with SQLAlchemy1.4 (DeclarativeMeta (etc) now merged in SQLAlchemy.orm)ß
But, SQLAlchemy Utils is very old -- nothing since 2014! Seems ok to remove (done)
And it fails with SAFRS JABase

Significant bug fixes:
See nw/trans_tests/upd_order_reuse, and logic_engine/exec_row_logic/logic_row#save_altered_parents

Expand Down
7 changes: 7 additions & 0 deletions .idea/dataSources.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,4 @@ can be used to enforce behaviors such as

0.9.6 - Show Constraint Failures in Console Log

1.0.1 - Replace print with logging for listing rules
2 changes: 1 addition & 1 deletion examples/banking/tests/transfer_funds.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from shutil import copyfile

import sqlalchemy
import sqlalchemy_utils
# import sqlalchemy_utils

from logic_bank_utils import util as logic_bank_utils

Expand Down
2 changes: 1 addition & 1 deletion examples/custom_exceptions/db/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

from logic_bank import logic_bank # import this first - import ordering

import sqlalchemy_utils
# import sqlalchemy_utils
from sqlalchemy import Boolean, Column, DECIMAL, DateTime, Float, ForeignKey, Integer, LargeBinary, String, \
UniqueConstraint, select, func
from sqlalchemy.orm import relationship, column_property
Expand Down
18 changes: 0 additions & 18 deletions examples/nw/basic_web_app/README.rst

This file was deleted.

Empty file.
56 changes: 0 additions & 56 deletions examples/nw/basic_web_app/app/__init__.py

This file was deleted.

Loading

0 comments on commit 0df8790

Please sign in to comment.