This website requires JavaScript.
Explore
Help
Register
Sign In
lotek
/
opensim
Watch
1
Star
0
Fork
0
You've already forked opensim
Code
Issues
Pull Requests
Releases
1
Wiki
Activity
Files
c7f6e248e8544200871a1bf814f34e2ee0f9d977
opensim
/
OpenSim
/
Data
/
PGSQL
T
History
Melanie Thielker
c7f6e248e8
Correcting errors in previous change: MySQL needs int unsigned, not
...
unsigned int. PGSQL has no unsigned types, changing to bigint.
2015-07-14 21:22:53 +02:00
..
Properties
Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8.2.*")
2015-04-29 18:47:17 -07:00
Resources
Correcting errors in previous change: MySQL needs int unsigned, not
2015-07-14 21:22:53 +02:00
PGSQLAgentPreferencesData.cs
Removed the pgsql table for AgentPrefs, because it is not working. For now the Agent Preferences feature will not work with PGSQL installations -- someone who uses PGSQL needs to send a table that works.
2015-06-14 14:49:20 -07:00
PGSQLAssetData.cs
Changed the maximum asset name and description lengths to constants. Also, pre-truncate the description of dynamic textures.
2014-04-22 12:18:54 +03:00
PGSQLAuthenticationData.cs
…
PGSQLAvatarData.cs
…
PGSQLEstateData.cs
Thanks Gavin Hird for a fix for an exception when requesting an Estate Ban when using PGSQL.
2015-06-24 03:46:30 -07:00
PGSQLFramework.cs
* One More thing, add an appdomain data element to ensure that we don't duplicate the assembly resolving.
2013-10-16 21:20:11 -05:00
PGSQLFriendsData.cs
Eliminated many warnings
2014-04-23 16:37:36 +03:00
PGSQLGenericTableHandler.cs
Escape find string in PgSQL core groups plugin
2014-05-15 22:45:01 +01:00
PGSQLGridUserData.cs
…
PGSQLGroupsData.cs
minor: eliminate now unnecessary string.Format in postgresql RetrieveGroups method
2014-05-15 22:51:47 +01:00
PGSQLHGTravelData.cs
…
PGSQLInventoryData.cs
…
PGSQLManager.cs
* One More thing, add an appdomain data element to ensure that we don't duplicate the assembly resolving.
2013-10-16 21:20:11 -05:00
PGSQLMigration.cs
…
PGSQLOfflineIMData.cs
…
PGSQLPresenceData.cs
…
PGSQLRegionData.cs
Reversing back to the row["ColumnName"] case field name.
http://opensimulator.org/mantis/view.php?id=6868
2013-12-06 00:41:02 +00:00
PGSQLSimulationData.cs
Repair database routines so they properly return null when asked for
2014-01-28 15:29:06 -08:00
PGSQLUserAccountData.cs
Fix some typecasting in PgSQL Groups adapter
2014-10-16 21:16:44 -04:00
PGSQLUserProfilesData.cs
Thanks Gavin Hird for a fix for Mantis 0007604: DeleteClassifiedRecord exception PGSQL
2015-06-24 04:08:34 -07:00
PGSQLXAssetData.cs
Touchup PgSQL XAssets adapter
2014-10-15 17:28:51 -04:00
PGSQLXInventoryData.cs
…