ApiLogicServer-src icon indicating copy to clipboard operation
ApiLogicServer-src copied to clipboard

Create an executable project (API and Admin App) from a database with 1 command, customize with rules and Python in your IDE

Results 39 ApiLogicServer-src issues
Sort by recently updated
recently updated
newest added

This is a postgres database with a typical parent-required declaration - a customer is required for an order. The problem is that it is affecting _parent insertions_, as shown here.

This is a bug introduced in the migration to SQLAlchemy2. Under investigation.

Upload the image to the server, and store the URL in the image-ref field.

Fixed in 10.03.10 (available shortly)

Some commands fail to parse payload data, eg ```bash ApiLogicServer curl "'POST' 'http://localhost:5656/api/ServicesEndPoint/OrderB2B'" --data ' {"meta": {"args": {"order": { "Account": "Jane Smith", "Notes": "Please Rush", "Items": [ { "ProductName": "Widget...

Loading the docker postgres stress shows log with many of: ```log JSON Encoding Error: Unknown object type "" for 0:00:00 JSON Encoding Error: Unknown object type "" for 0:00:00 JSON...

"interval" interval ,"interval(0)" interval(0) ,"interval(1)" interval(1) ,"interval(2)" interval(2) ,"interval(3)" interval(3) ,"interval(4)" interval(4) ,"interval(5)" interval(5) ,"interval(6)" interval(6)); see stress_postgrsql.sql

The GET returns various values but these do not display in Admin UI See ApiLogicServer/ApiLogicServer-dev/org_git/ApiLogicServer-src/tests/test_databases/postgres_databases/stress_postgresql.sql Many other types do not display as well -