Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates #1

Open
wants to merge 92 commits into
base: master
Choose a base branch
from
Open

Updates #1

wants to merge 92 commits into from

Conversation

MaxMorais
Copy link
Member

No description provided.

jam-py and others added 30 commits March 4, 2022 11:06
when manual mode is set in App builder changing item name won't change item table name
connection parameter added to the open server method:

open(self, options=None, expanded=None, fields=None, where=None,
    order_by=None, open_empty=False, params=None, offset=None, limit=None,
    funcs=None, group_by=None, safe=False, connection=None)

If the connection is set to None, the application creates
  a connection, executes an SQL SELECT query using it, and then closes it,
  otherwise it uses the connection to execute the query.

2. bug when deleting a record with details from imported database fixed.
relative source file path changed to to absolute path
task's create_menu method corrected
Removed Heroku demos
Add or update the Azure App Service build and deployment workflow config
crnikaurin and others added 30 commits March 8, 2024 18:44
Update intergation_with_existing_database.txt
latex_engine = "xelatex"
latex_use_xindy = False
latex_elements = {
    "preamble": "\\usepackage[UTF8]{ctex}\n",
}
Pass the right data type to function "db_module.convert_like"
"commario" changed to "sommario"
Fix error "converting data type" on MSSQL
In some cases there are begin/tran blocks left orphan that locks db unexpectedly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants