• Joined on 2023-11-17
dzoe pushed to master at brmlab/brmbar 2025-07-10 16:21:27 +02:00
f7f137821b Schema 0017: fix into syntax
dzoe pushed to master at brmlab/brmbar 2025-07-10 16:19:31 +02:00
3b0cb6472d Schema 0011: fix type inference for id
dzoe pushed to master at brmlab/brmbar 2025-07-10 16:18:44 +02:00
fba614de78 Schema 0010: fix type inference for id
dzoe pushed to master at brmlab/brmbar 2025-07-10 16:17:39 +02:00
ae16ebc51f Schema 0009: fix type inference for id
dzoe pushed to master at brmlab/brmbar 2025-07-10 16:15:28 +02:00
903cc8f4d7 Schema 0009: fix select into
dzoe pushed to master at brmlab/brmbar 2025-07-10 16:05:25 +02:00
8d2c9cb20f Schema 0009: fix DDL statements ends, fix argument delimiters in second procedure as well
dzoe pushed to master at brmlab/brmbar 2025-07-10 16:00:36 +02:00
a8a124835c Schema 0009: fix find_buy_rate arguments syntax
dzoe pushed to master at brmlab/hackerbase 2025-06-12 15:58:48 +02:00
c648fe8c52 Update changelog for 1.19.
42620b38ff Preliminary release of 1.19.
b0b558c8d4 Add councilml predicate to rada-ml-pred.
c06bc95b36 Fix handling missing MLs DB.
37b608ab67 Add dry run support.
Compare 5 commits »
dzoe closed issue brmlab/brmbar#8 2025-04-20 19:27:24 +02:00
migrate to stored function: Currency.py:73:update_buy_rate
dzoe closed issue brmlab/brmbar#7 2025-04-20 19:27:18 +02:00
migrate to stored function: Currency.py:71:update_sell_rate
dzoe pushed to master at brmlab/brmbar 2025-04-20 19:27:12 +02:00
aded7a5769 #8: stored function to update currency buy rate
dzoe pushed to master at brmlab/brmbar 2025-04-20 19:22:28 +02:00
66870bbc8c #7: migrate to stored function for updating currency sell rate.
dzoe closed issue brmlab/brmbar#6 2025-04-20 19:15:47 +02:00
migrate to stored function: Currency.py:32:create
dzoe pushed to master at brmlab/brmbar 2025-04-20 19:15:31 +02:00
9235607d4c #6: new currency stored function
dzoe closed issue brmlab/brmbar#5 2025-04-20 18:00:49 +02:00
migrate to stored function: Account.py:74:rename
dzoe pushed to master at brmlab/brmbar 2025-04-20 18:00:46 +02:00
8f42145bee #5: rename account stored function
dzoe closed issue brmlab/brmbar#4 2025-04-20 17:55:46 +02:00
migrate to stored function: Account.py:70:add_barcode
dzoe pushed to master at brmlab/brmbar 2025-04-20 17:55:23 +02:00
58ab1d00be #4: add account to barcode stored procedure.
dzoe closed issue brmlab/brmbar#3 2025-04-20 17:42:28 +02:00
migrate to stored function: Account.py:41:create_account
dzoe pushed to master at brmlab/brmbar 2025-04-20 17:42:17 +02:00
c5d1fc3402 #3: create account in SQL not in Python.