mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[PR #61] [CLOSED] Sql schema replacement of missing #undef #133
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#133
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ultimatepp/ultimatepp/pull/61
Author: @warchef
Created: 1/11/2022
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
de2cd0aSql schema missing #undef replacement7ad6496Merge branch 'ultimatepp:master' into master📊 Changes
2 files changed (+4 additions, -0 deletions)
View changed files
📝
uppsrc/PostgreSQL/PostgreSQLSchema.h(+3 -0)📝
uppsrc/Sql/sch_model.h(+1 -0)📄 Description
Hello!
I want to export data from SQLite to PostgreSQL. I took the SQL MultiDB project as a sample. I got an warning compiling, for example:
C:\upp/uppsrc\plugin/sqlite3/Sqlite3Schema.h (36): warning: 'BLOB' macro redefined [-Wmacro-redefined].
I made up for the missing #undef's, please make sure it's good that way.
Marton
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.