Replace the working tree with the exact contents of upstream xorm.io/xorm v1.4.1, applying ONLY: - import-path rename xorm.io/xorm -> github.com/hanzoai/xorm - import-path rename xorm.io/builder -> github.com/hanzoai/builder - module line -> github.com/hanzoai/builder consumer - NOTICE provenance (Hanzo AI + upstream Xorm Authors, BSD-3-Clause) Non-test .go is byte-identical to upstream after normalizing the import paths back, so schema Sync (columnTypesMatch/columnDefaultsMatch), the PostgreSQL GetColumns introspection, and the context hook Ctx writeback match upstream exactly. The prior fork content predated v1.4.1 and is superseded; published as immutable v1.4.2.
42 lines
420 B
Plaintext
42 lines
420 B
Plaintext
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
|
*.o
|
|
*.a
|
|
*.so
|
|
*.db
|
|
|
|
# Folders
|
|
_obj
|
|
_test
|
|
vendor/
|
|
|
|
# Architecture specific extensions/prefixes
|
|
*.[568vq]
|
|
[568vq].out
|
|
|
|
*.cgo1.go
|
|
*.cgo2.c
|
|
_cgo_defun.c
|
|
_cgo_gotypes.go
|
|
_cgo_export.*
|
|
|
|
_testmain.go
|
|
|
|
*.exe
|
|
|
|
*.log
|
|
.vendor
|
|
temp_test.go
|
|
.vscode
|
|
xorm.test
|
|
*.sqlite3
|
|
test.db.sql
|
|
|
|
.idea/
|
|
|
|
*coverage.out
|
|
test.db
|
|
tests/*.sql
|
|
tests/test_sqlite*
|
|
cover.out
|
|
cover.html
|
|
bin/ |