From 7ebc1773bc7a5e0e17560ee29d29c9d2b562fe23 Mon Sep 17 00:00:00 2001 From: trochas Date: Wed, 4 Dec 2024 10:11:43 +0100 Subject: [PATCH] ok --- __pycache__/MonetDB.cpython-312.pyc | Bin 4741 -> 4783 bytes main.py | 5 ++--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/__pycache__/MonetDB.cpython-312.pyc b/__pycache__/MonetDB.cpython-312.pyc index 92752b0293f9a5da88e99d6e3a90cff07c04e441..1e33db741ef758b648651ec4136f0ebad81ff089 100644 GIT binary patch delta 131 zcmZowU9ZY}nwOW00SJ<$1JVy|t-BLs+xO((Au&}6>CVl+99S8noifmT)xpm5aWLcs=ZWgx2vq_Rk3 b@*hDdM!m`6LW#UAj1r%Dm>9*2M1V2?rv)D{ delta 147 zcmZ3l+N#QXnwOW00SL;(0@7D*A84p!DQ}`~i~<1rk{_ z8H>axPZ7}MQUPiR0peoK$;SmWnXj@KP5v)1omCwu6ghdeV1t?xkW~ayRRj`S$xtK$ kVhaI@TO2mI`6;D2sdh!WlO2T;d6^lFKXWlLii4E^0Qq|%IsgCw diff --git a/main.py b/main.py index e388600..c07b147 100644 --- a/main.py +++ b/main.py @@ -26,8 +26,7 @@ def initMoneDB(conn,cursor): reset_data_monetdb(conn,cursor) create_table_monetdb(conn,cursor) create_data_monetdb(conn,cursor) - create_data_monetdb(conn,cursor) - + def execMoneDB(conn,cursor,str): requete_monetdb(conn,cursor, str) @@ -49,5 +48,5 @@ if __name__ == '__main__': #MonetDB conn, cursor =connect_monetdb() initMoneDB(conn,cursor) - execMoneDB(conn,cursor,requeteSelect1MonetDB) + #execMoneDB(conn,cursor,requeteSelect1MonetDB) disconnect_monetdb(conn, cursor) \ No newline at end of file