[PR #61] [CLOSED] Sql schema replacement of missing #undef #133

Closed
opened 2026-05-05 03:41:08 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ultimatepp/ultimatepp/pull/61
Author: @warchef
Created: 1/11/2022
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • de2cd0a Sql schema missing #undef replacement
  • 7ad6496 Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/ultimatepp/ultimatepp/pull/61 **Author:** [@warchef](https://github.com/warchef) **Created:** 1/11/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`de2cd0a`](https://github.com/ultimatepp/ultimatepp/commit/de2cd0a19dfa1b6f3cd350469b26da230e2afb8a) Sql schema missing #undef replacement - [`7ad6496`](https://github.com/ultimatepp/ultimatepp/commit/7ad649698f83d0d9197211f43673fac08b72f15f) Merge branch 'ultimatepp:master' into master ### 📊 Changes **2 files changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `uppsrc/PostgreSQL/PostgreSQLSchema.h` (+3 -0) 📝 `uppsrc/Sql/sch_model.h` (+1 -0) </details> ### 📄 Description Hello! I want to export data from SQLite to PostgreSQL. I took the [SQL MultiDB](https://www.ultimatepp.org/reference$SQL_MultiDB$en-us.html) 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 03:41:08 -06:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/ultimatepp#133
No description provided.