SQL_connection = db_conection;
SQL_db = the box;
SQL_rows = user_name, user_id;
SQL_ext = mysql;
SQL_command = select;
SQL_amount = *;
SQL_result ;
SQL_rows_join = user_apps;
if (SQL_query())
{
}
else if (ut_sql())
{
}
else if
help_info_sql(){
}
If the SQL query fails it runs the unit test, also adding a new step to unit tests (the help info), depending on the error's that the unit test detects we get help information. Lets say this example : that unit test detects a invalid row, it says one or more rows invalid, but that does not fix the error. so the help info will get information based on the error for us. Instead or prevent us from going to the db to check it. we get the rows that are there associated width the call. so that we can see directly in the code where is the error.
This is possible because we fragmented the code or command in to parts.
let see how it evolve... Think all code and our knowledge is evolving.
Thursday, February 29, 2024
Pseudo Object on SQL Built in a stack library
Subscribe to:
Posts (Atom)
hi
DTR 1.x working version
DTR is live and running!! think can say in a solid way this is a 1.X working version of it. have all my data files in it now. this is ho...

-
Current Structure : Includes -> Stack_librarys_inc -> Header -> Macros -> External Includes -> Data -> Librarys ->...
-
The use of Chat GPT really speeds projects up you don't need to search for things you just type commands. Was informed about how really...
-
Found this tutorial on Space Invaders in Python pretty Cool. Alot of people are interested in game dev... so it may be interesting for some...