| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
Missing creation for estate_settings_id sequence causes first run
to fail unless manually added.
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
|
|
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
|
|
that fails with newer versions of NPGSQL.
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
|
|
the database without any estate tables on first run. It also lacked primary keys on estate_map and estate_settings. Syntax requires Postgresql 9.5 or higher.
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
|
|
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
|
|
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
|
|
support for fields in the prims table.
Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com>
|
|
|
|
definitions. Prerequisite for fixing PGSQLSimulationdata
Signed-off-by: Kevin Cozens <kevin@ve3syb.ca> (mantis #7846)
|
|
|
|
scenepresence)
|
|
|
|
The migration file had a version 2 migration defined twice and
therefore the LastSeen field most likely never was defined in the
presence file. This migration adds the field and migrates the table to
version 4.
Signed-off-by: Oren Hurvitz <orenh@kitely.com>
|
|
for UserProfiles and adding double precision to PGSQL Manager
PGSQL migrations for IM_Store, UserProfiles, removal of casting
exception for UserProfiles and adding double precision to PGSQL Manager.
Fixes the Offline IM to Email toggle and prepares for fixing Offline
IM.
Signed-off-by: Oren Hurvitz <orenh@kitely.com>
|
|
Update PGSQL groups handler to accept search queries from the viewer.
Fixed malformed query strings.
Signed-off-by: Oren Hurvitz <orenh@kitely.com>
|
|
it's bare.
|
|
unsigned int. PGSQL has no unsigned types, changing to bigint.
|
|
|
|
Gavin
|
|
the Agent Preferences feature will not work with PGSQL installations -- someone who uses PGSQL needs to send a table that works.
|
|
varchar(36), to be consistent with the otehr pgsql tables. Since the first commit on this was yesterday, there's no migration; instead, the version starts at 2. If anyone created the table yesterday, it will be dropped and recreated.
WARNING: untested. (I don't use pg)
|
|
Signed-off-by: Diva Canto <diva@metaverseink.com>
|
|
operation is very expensive
|
|
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
|
|
XAssetStore db tables
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
|
|
XAssetStore db tables"
This reverts commit e520364f65e1915e13d28b829e9dd62f6904957d.
|
|
XAssetStore db tables
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
|
|
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
|
|
error preventing migration from running.
|
|
|
|
|
|
generic handler type matching. There should be no existing data because it couldn't complete the first migration as-is.
|
|
old commented lines of code
|
|
query syntax more in line with the PgSQL AssetData implementation.
|
|
This reverts commit 1842388bb4dcf5ecd57732ffa877b6ca1a3dec7b.
|
|
|
|
* Please test
|
|
* Added PostGreSQL support
* Added MySQL/MySQLXGroupData.cs
* PostgreSQL data access implementation
* PostgreSQL dll binarie and RegionStore.migrations
* Migrations Scripts from MSSQL to POSTGRES
* Postgres SQL Type fixes
* Postgres SQL Connection string
* Data type issues
* more fixes
* tests and +tests
* UUID x string - FIGHT!
* Fixed PG types to internal csharp types
* More data type fix (PostgreSQL fields are case sensitive) :(
* more field case sensitive fixes
* changed the migration files to be case sensitive for fields.
* fixed fields case
* finished converting, now search for hidden bugs.
* some more fixes
* bool type fixed
* more case fixes;
* creatorID case fixed
* case fields fixed
* fixed default now() for TMStamp fields with don't allow nulls.
* fix case sensitve for Region name and Estate name
* fixed case for names for search
* fix class name Error
* Bug fixed on select and migrations
* Un-Reverting my change due to Postgres issue with the ILIKE function
* Fixed some issued for Diva Distro
* Fixes for integration with Diva Distro
* Added System.Core to prebuild.xml for PG project
* Configured to make DIff for Push to OpenSim Project
* Diffs only to PostgreSQL mods.
|