[pgsqlclient-checkins] SF.net SVN: pgsqlclient: [31] pgsqlclient/source
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2006-03-17 15:14:44
|
Revision: 31 Author: carlosga_fb Date: 2006-03-17 07:13:10 -0800 (Fri, 17 Mar 2006) ViewCVS: http://svn.sourceforge.net/pgsqlclient/?rev=31&view=rev Log Message: ----------- Added changes on Database Schema support. Modified Paths: -------------- pgsqlclient/source/PostgreSql/Data/Design/ParameterCollection/PgParameterCollectionEditor.cs pgsqlclient/source/PostgreSql/Data/Design/ParameterCollection/PgParameterConverter.cs pgsqlclient/source/PostgreSql/Data/PgTypes/PgBox.cs pgsqlclient/source/PostgreSql/Data/PgTypes/PgCircle.cs pgsqlclient/source/PostgreSql/Data/PgTypes/PgLSeg.cs pgsqlclient/source/PostgreSql/Data/PgTypes/PgLine.cs pgsqlclient/source/PostgreSql/Data/PgTypes/PgPath.cs pgsqlclient/source/PostgreSql/Data/PgTypes/PgPoint.cs pgsqlclient/source/PostgreSql/Data/PgTypes/PgPolygon.cs pgsqlclient/source/PostgreSql/Data/PgTypes/PgTimeSpan.cs pgsqlclient/source/PostgreSql/Data/PostgreSql.Data.PostgreSqlClient.csproj pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgCommand.cs pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgCommandBuilder.cs pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgConnection.cs pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgConnectionInternal.cs pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgConnectionPool.cs pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgConnectionStringBuilder.cs pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgDataAdapter.cs pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgDataReader.cs pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgDbType.cs pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgError.cs pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgErrorCollection.cs pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgException.cs pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgInfoMessageEventArgs.cs pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgInfoMessageEventHandler.cs pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgNotificationEventArgs.cs pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgNotificationEventHandler.cs pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgParameter.cs pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgParameterCollection.cs pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgRowUpdatedEventArgs.cs pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgRowUpdatedEventHandler.cs pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgRowUpdatingEventArgs.cs pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgRowUpdatingEventHandler.cs pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgTransaction.cs pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PostgreSqlClientFactory.cs pgsqlclient/source/PostgreSql/Data/Protocol/InfoMessageCallback.cs pgsqlclient/source/PostgreSql/Data/Protocol/NotificationCallback.cs pgsqlclient/source/PostgreSql/Data/Protocol/PgAuthMethods.cs pgsqlclient/source/PostgreSql/Data/Protocol/PgBackendCodes.cs pgsqlclient/source/PostgreSql/Data/Protocol/PgCharset.cs pgsqlclient/source/PostgreSql/Data/Protocol/PgCharsetCollection.cs pgsqlclient/source/PostgreSql/Data/Protocol/PgClientError.cs pgsqlclient/source/PostgreSql/Data/Protocol/PgClientErrorCollection.cs pgsqlclient/source/PostgreSql/Data/Protocol/PgClientException.cs pgsqlclient/source/PostgreSql/Data/Protocol/PgClientMessageEventArgs.cs pgsqlclient/source/PostgreSql/Data/Protocol/PgClientMessageEventHandler.cs pgsqlclient/source/PostgreSql/Data/Protocol/PgClientNotificationEventArgs.cs pgsqlclient/source/PostgreSql/Data/Protocol/PgClientNotificationEventHandler.cs pgsqlclient/source/PostgreSql/Data/Protocol/PgCodes.cs pgsqlclient/source/PostgreSql/Data/Protocol/PgConnectionOptions.cs pgsqlclient/source/PostgreSql/Data/Protocol/PgDataType.cs pgsqlclient/source/PostgreSql/Data/Protocol/PgDatabase.cs pgsqlclient/source/PostgreSql/Data/Protocol/PgErrorCodes.cs pgsqlclient/source/PostgreSql/Data/Protocol/PgFieldDescriptor.cs pgsqlclient/source/PostgreSql/Data/Protocol/PgFrontEndCodes.cs pgsqlclient/source/PostgreSql/Data/Protocol/PgOutputPacket.cs pgsqlclient/source/PostgreSql/Data/Protocol/PgParameter.cs pgsqlclient/source/PostgreSql/Data/Protocol/PgResponsePacket.cs pgsqlclient/source/PostgreSql/Data/Protocol/PgRowDescriptor.cs pgsqlclient/source/PostgreSql/Data/Protocol/PgStatement.cs pgsqlclient/source/PostgreSql/Data/Protocol/PgStatementStatus.cs pgsqlclient/source/PostgreSql/Data/Protocol/PgType.cs pgsqlclient/source/PostgreSql/Data/Protocol/PgTypeCollection.cs pgsqlclient/source/PostgreSql/Data/Protocol/PgTypeFormat.cs pgsqlclient/source/PostgreSql/Data/Protocol/PgTypeStringFormats.cs pgsqlclient/source/PostgreSql/Data/Schema/MetaData.xml pgsqlclient/source/PostgreSql/Data/Schema/PgColumns.cs pgsqlclient/source/PostgreSql/Data/Schema/PgIndexColumns.cs pgsqlclient/source/PostgreSql/Data/Schema/PgIndexes.cs pgsqlclient/source/PostgreSql/Data/Schema/PgPrimaryKeys.cs pgsqlclient/source/PostgreSql/Data/Schema/PgSchema.cs pgsqlclient/source/PostgreSql/Data/Schema/PgSchemaFactory.cs pgsqlclient/source/PostgreSql/Data/Schema/PgTables.cs pgsqlclient/source/PostgreSql.Data.PostgreSqlClient.suo Added Paths: ----------- pgsqlclient/source/PostgreSql/Data/Schema/PgCheckConstraints.cs pgsqlclient/source/PostgreSql/Data/Schema/PgFunctions.cs pgsqlclient/source/PostgreSql/Data/Schema/PgTriggers.cs pgsqlclient/source/PostgreSql/Data/Schema/PgViews.cs Modified: pgsqlclient/source/PostgreSql/Data/Design/ParameterCollection/PgParameterCollectionEditor.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/Design/ParameterCollection/PgParameterCollectionEditor.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/Design/ParameterCollection/PgParameterCollectionEditor.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/Design/ParameterCollection/PgParameterConverter.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/Design/ParameterCollection/PgParameterConverter.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/Design/ParameterCollection/PgParameterConverter.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/PgTypes/PgBox.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/PgTypes/PgBox.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/PgTypes/PgBox.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/PgTypes/PgCircle.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/PgTypes/PgCircle.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/PgTypes/PgCircle.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/PgTypes/PgLSeg.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/PgTypes/PgLSeg.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/PgTypes/PgLSeg.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/PgTypes/PgLine.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/PgTypes/PgLine.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/PgTypes/PgLine.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/PgTypes/PgPath.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/PgTypes/PgPath.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/PgTypes/PgPath.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/PgTypes/PgPoint.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/PgTypes/PgPoint.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/PgTypes/PgPoint.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/PgTypes/PgPolygon.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/PgTypes/PgPolygon.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/PgTypes/PgPolygon.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/PgTypes/PgTimeSpan.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/PgTypes/PgTimeSpan.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/PgTypes/PgTimeSpan.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/PostgreSql.Data.PostgreSqlClient.csproj =================================================================== --- pgsqlclient/source/PostgreSql/Data/PostgreSql.Data.PostgreSqlClient.csproj 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/PostgreSql.Data.PostgreSqlClient.csproj 2006-03-17 15:13:10 UTC (rev 31) @@ -117,6 +117,9 @@ <Compile Include="PgTypes\PgPoint.cs" /> <Compile Include="PgTypes\PgPolygon.cs" /> <Compile Include="PgTypes\PgTimeSpan.cs" /> + <Compile Include="Schema\PgViews.cs" /> + <Compile Include="Schema\PgCheckConstraints.cs" /> + <Compile Include="Schema\PgFunctions.cs" /> <Compile Include="Schema\PgIndexColumns.cs" /> <Compile Include="Schema\PgIndexes.cs" /> <Compile Include="Schema\PgPrimaryKeys.cs" /> @@ -124,6 +127,7 @@ <Compile Include="Schema\PgSchema.cs" /> <Compile Include="Schema\PgSchemaFactory.cs" /> <Compile Include="Schema\PgTables.cs" /> + <Compile Include="Schema\PgTriggers.cs" /> </ItemGroup> <ItemGroup> <EmbeddedResource Include="Resources\ToolBox\PgCommand.bmp" /> @@ -147,9 +151,6 @@ <EmbeddedResource Include="Schema\MetaData.xml" /> </ItemGroup> <ItemGroup> - <Content Include="Schema\TextFile1.txt" /> - </ItemGroup> - <ItemGroup> <ProjectReference Include="..\..\SecureSocketLayer\SecureSocketLayer.csproj"> <Project>{8CA6C4CF-1737-4680-8AC7-4D34E3CC35DE}</Project> <Name>SecureSocketLayer</Name> Modified: pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgCommand.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgCommand.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgCommand.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgCommandBuilder.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgCommandBuilder.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgCommandBuilder.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgConnection.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgConnection.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgConnection.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgConnectionInternal.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgConnectionInternal.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgConnectionInternal.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgConnectionPool.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgConnectionPool.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgConnectionPool.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgConnectionStringBuilder.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgConnectionStringBuilder.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgConnectionStringBuilder.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgDataAdapter.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgDataAdapter.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgDataAdapter.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgDataReader.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgDataReader.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgDataReader.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgDbType.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgDbType.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgDbType.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgError.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgError.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgError.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgErrorCollection.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgErrorCollection.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgErrorCollection.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgException.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgException.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgException.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgInfoMessageEventArgs.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgInfoMessageEventArgs.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgInfoMessageEventArgs.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgInfoMessageEventHandler.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgInfoMessageEventHandler.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgInfoMessageEventHandler.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgNotificationEventArgs.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgNotificationEventArgs.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgNotificationEventArgs.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgNotificationEventHandler.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgNotificationEventHandler.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgNotificationEventHandler.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgParameter.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgParameter.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgParameter.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgParameterCollection.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgParameterCollection.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgParameterCollection.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgRowUpdatedEventArgs.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgRowUpdatedEventArgs.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgRowUpdatedEventArgs.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgRowUpdatedEventHandler.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgRowUpdatedEventHandler.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgRowUpdatedEventHandler.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgRowUpdatingEventArgs.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgRowUpdatingEventArgs.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgRowUpdatingEventArgs.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgRowUpdatingEventHandler.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgRowUpdatingEventHandler.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgRowUpdatingEventHandler.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgTransaction.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgTransaction.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PgTransaction.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PostgreSqlClientFactory.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PostgreSqlClientFactory.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/PostgreSqlClient/PostgreSqlClientFactory.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/Protocol/InfoMessageCallback.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/Protocol/InfoMessageCallback.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/Protocol/InfoMessageCallback.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/Protocol/NotificationCallback.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/Protocol/NotificationCallback.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/Protocol/NotificationCallback.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/Protocol/PgAuthMethods.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/Protocol/PgAuthMethods.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/Protocol/PgAuthMethods.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/Protocol/PgBackendCodes.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/Protocol/PgBackendCodes.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/Protocol/PgBackendCodes.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/Protocol/PgCharset.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/Protocol/PgCharset.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/Protocol/PgCharset.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/Protocol/PgCharsetCollection.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/Protocol/PgCharsetCollection.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/Protocol/PgCharsetCollection.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/Protocol/PgClientError.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/Protocol/PgClientError.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/Protocol/PgClientError.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/Protocol/PgClientErrorCollection.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/Protocol/PgClientErrorCollection.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/Protocol/PgClientErrorCollection.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/Protocol/PgClientException.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/Protocol/PgClientException.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/Protocol/PgClientException.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/Protocol/PgClientMessageEventArgs.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/Protocol/PgClientMessageEventArgs.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/Protocol/PgClientMessageEventArgs.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/Protocol/PgClientMessageEventHandler.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/Protocol/PgClientMessageEventHandler.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/Protocol/PgClientMessageEventHandler.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/Protocol/PgClientNotificationEventArgs.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/Protocol/PgClientNotificationEventArgs.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/Protocol/PgClientNotificationEventArgs.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/Protocol/PgClientNotificationEventHandler.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/Protocol/PgClientNotificationEventHandler.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/Protocol/PgClientNotificationEventHandler.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/Protocol/PgCodes.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/Protocol/PgCodes.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/Protocol/PgCodes.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/Protocol/PgConnectionOptions.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/Protocol/PgConnectionOptions.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/Protocol/PgConnectionOptions.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/Protocol/PgDataType.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/Protocol/PgDataType.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/Protocol/PgDataType.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/Protocol/PgDatabase.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/Protocol/PgDatabase.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/Protocol/PgDatabase.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/Protocol/PgErrorCodes.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/Protocol/PgErrorCodes.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/Protocol/PgErrorCodes.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/Protocol/PgFieldDescriptor.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/Protocol/PgFieldDescriptor.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/Protocol/PgFieldDescriptor.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/Protocol/PgFrontEndCodes.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/Protocol/PgFrontEndCodes.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/Protocol/PgFrontEndCodes.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/Protocol/PgOutputPacket.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/Protocol/PgOutputPacket.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/Protocol/PgOutputPacket.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/Protocol/PgParameter.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/Protocol/PgParameter.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/Protocol/PgParameter.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/Protocol/PgResponsePacket.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/Protocol/PgResponsePacket.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/Protocol/PgResponsePacket.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/Protocol/PgRowDescriptor.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/Protocol/PgRowDescriptor.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/Protocol/PgRowDescriptor.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/Protocol/PgStatement.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/Protocol/PgStatement.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/Protocol/PgStatement.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/Protocol/PgStatementStatus.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/Protocol/PgStatementStatus.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/Protocol/PgStatementStatus.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/Protocol/PgType.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/Protocol/PgType.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/Protocol/PgType.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/Protocol/PgTypeCollection.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/Protocol/PgTypeCollection.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/Protocol/PgTypeCollection.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/Protocol/PgTypeFormat.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/Protocol/PgTypeFormat.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/Protocol/PgTypeFormat.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/Protocol/PgTypeStringFormats.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/Protocol/PgTypeStringFormats.cs 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/Protocol/PgTypeStringFormats.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -11,7 +11,7 @@ * express or implied. See the License for the specific * language governing rights and limitations under the License. * - * Copyright (c) 2003, 2005 Carlos Guzman Alvarez + * Copyright (c) 2003, 2006 Carlos Guzman Alvarez * All Rights Reserved. */ Modified: pgsqlclient/source/PostgreSql/Data/Schema/MetaData.xml =================================================================== --- pgsqlclient/source/PostgreSql/Data/Schema/MetaData.xml 2006-03-17 14:23:22 UTC (rev 30) +++ pgsqlclient/source/PostgreSql/Data/Schema/MetaData.xml 2006-03-17 15:13:10 UTC (rev 31) @@ -117,12 +117,6 @@ <PopulationMechanism>PrepareCollection</PopulationMechanism> </MetaDataCollections> <MetaDataCollections> - <CollectionName>CheckConstraintsByTable</CollectionName> - <NumberOfRestrictions>3</NumberOfRestrictions> - <NumberOfIdentifierParts>0</NumberOfIdentifierParts> - <PopulationMechanism>PrepareCollection</PopulationMechanism> - </MetaDataCollections> - <MetaDataCollections> <CollectionName>Columns</CollectionName> <NumberOfRestrictions>4</NumberOfRestrictions> <NumberOfIdentifierParts>0</NumberOfIdentifierParts> @@ -149,19 +143,19 @@ <PopulationMechanism>DataTable</PopulationMechanism> <PopulationString>DataTypes</PopulationString> </MetaDataCollections> - <MetaDataCollections> - <CollectionName>ForeignKeyColumns</CollectionName> - <NumberOfRestrictions>5</NumberOfRestrictions> - <NumberOfIdentifierParts>0</NumberOfIdentifierParts> - <PopulationMechanism>PrepareCollection</PopulationMechanism> - </MetaDataCollections> - <MetaDataCollections> - <CollectionName>ForeignKeys</CollectionName> - <NumberOfRestrictions>4</NumberOfRestrictions> - <NumberOfIdentifierParts>0</NumberOfIdentifierParts> - <PopulationMechanism>PrepareCollection</PopulationMechanism> - </MetaDataCollections> - <MetaDataCollections> + <MetaDataCollections> + <CollectionName>ForeignKeys</CollectionName> + <NumberOfRestrictions>4</NumberOfRestrictions> + <NumberOfIdentifierParts>0</NumberOfIdentifierParts> + <PopulationMechanism>PrepareCollection</PopulationMechanism> + </MetaDataCollections> + <MetaDataCollections> + <CollectionName>ForeignKeyColumns</CollectionName> + <NumberOfRestrictions>5</NumberOfRestrictions> + <NumberOfIdentifierParts>0</NumberOfIdentifierParts> + <PopulationMechanism>PrepareCollection</PopulationMechanism> + </MetaDataCollections> + <MetaDataCollections> <CollectionName>Functions</CollectionName> <NumberOfRestrictions>0</NumberOfRestrictions> <NumberOfIdentifierParts>0</NumberOfIdentifierParts> @@ -174,19 +168,19 @@ <PopulationMechanism>SQLCommand</PopulationMechanism> <PopulationString>SELECT pg_group.groname AS GROUP_NAME, pg_group.grolist AS GROUP_USERS FROM pg_group ORDER BY pg_group.groname</PopulationString> </MetaDataCollections> - <MetaDataCollections> - <CollectionName>IndexColumns</CollectionName> - <NumberOfRestrictions>4</NumberOfRestrictions> - <NumberOfIdentifierParts>0</NumberOfIdentifierParts> - <PopulationMechanism>PrepareCollection</PopulationMechanism> - </MetaDataCollections> - <MetaDataCollections> - <CollectionName>Indexes</CollectionName> - <NumberOfRestrictions>4</NumberOfRestrictions> - <NumberOfIdentifierParts>0</NumberOfIdentifierParts> - <PopulationMechanism>PrepareCollection</PopulationMechanism> - </MetaDataCollections> - <MetaDataCollections> + <MetaDataCollections> + <CollectionName>Indexes</CollectionName> + <NumberOfRestrictions>4</NumberOfRestrictions> + <NumberOfIdentifierParts>0</NumberOfIdentifierParts> + <PopulationMechanism>PrepareCollection</PopulationMechanism> + </MetaDataCollections> + <MetaDataCollections> + <CollectionName>IndexColumns</CollectionName> + <NumberOfRestrictions>4</NumberOfRestrictions> + <NumberOfIdentifierParts>0</NumberOfIdentifierParts> + <PopulationMechanism>PrepareCollection</PopulationMechanism> + </MetaDataCollections> + <MetaDataCollections> <CollectionName>MetaDataCollections</CollectionName> <NumberOfRestrictions>0</NumberOfRestrictions> <NumberOfIdentifierParts>0</NumberOfIdentifierParts> @@ -240,12 +234,6 @@ <PopulationMechanism>PrepareCollection</PopulationMechanism> </MetaDataCollections> <MetaDataCollections> - <CollectionName>TablePrivileges</CollectionName> - <NumberOfRestrictions>5</NumberOfRestrictions> - <NumberOfIdentifierParts>0</NumberOfIdentifierParts> - <PopulationMechanism>PrepareCollection</PopulationMechanism> - </MetaDataCollections> - <MetaDataCollections> <CollectionName>Triggers</CollectionName> <NumberOfRestrictions>4</NumberOfRestrictions> <NumberOfIdentifierParts>0</NumberOfIdentifierParts> @@ -259,24 +247,18 @@ <PopulationString>SELECT pg_shadow.usename AS USER_NAME, pg_shadow.usecreatedb AS CREATE_DATABASE, pg_shadow.usesuper AS IS_SUPERUSER, pg_shadow.usecatupd AS UPDATE_SYSCATALOGS, pg_shadow.passwd AS PASSWORD, pg_shadow.useconfig AS CONFIGURATION FROM pg_shadow ORDER BY pg_shadow.usename</PopulationString> </MetaDataCollections> <MetaDataCollections> - <CollectionName>ViewColumns</CollectionName> - <NumberOfRestrictions>4</NumberOfRestrictions> - <NumberOfIdentifierParts>0</NumberOfIdentifierParts> - <PopulationMechanism>PrepareCollection</PopulationMechanism> - </MetaDataCollections> - <MetaDataCollections> - <CollectionName>ViewPrivileges</CollectionName> - <NumberOfRestrictions>5</NumberOfRestrictions> - <NumberOfIdentifierParts>0</NumberOfIdentifierParts> - <PopulationMechanism>PrepareCollection</PopulationMechanism> - </MetaDataCollections> - <MetaDataCollections> <CollectionName>Views</CollectionName> <NumberOfRestrictions>3</NumberOfRestrictions> <NumberOfIdentifierParts>0</NumberOfIdentifierParts> <PopulationMechanism>PrepareCollection</PopulationMechanism> </MetaDataCollections> - <Restrictions> + <MetaDataCollections> + <CollectionName>ViewColumns</CollectionName> + <NumberOfRestrictions>4</NumberOfRestrictions> + <NumberOfIdentifierParts>0</NumberOfIdentifierParts> + <PopulationMechanism>PrepareCollection</PopulationMechanism> + </MetaDataCollections> + <Restrictions> <CollectionName>Columns</CollectionName> <RestrictionName>Catalog</RestrictionName> <RestrictionDefault>table_catalog</RestrictionDefault> @@ -306,17 +288,65 @@ <RestrictionDefault>table_catalog</RestrictionDefault> <RestrictionNumber>1</RestrictionNumber> </Restrictions> - <Restrictions> + <Restrictions> + <CollectionName>Indexes</CollectionName> + <RestrictionName>Catalog</RestrictionName> + <RestrictionDefault>table_catalog</RestrictionDefault> + <RestrictionNumber>0</RestrictionNumber> + </Restrictions> + <Restrictions> + <CollectionName>Indexes</CollectionName> + <RestrictionName>Schema</RestrictionName> + <RestrictionDefault>table_schema</RestrictionDefault> + <RestrictionNumber>1</RestrictionNumber> + </Restrictions> + <Restrictions> + <CollectionName>Indexes</CollectionName> + <RestrictionName>TableName</RestrictionName> + <RestrictionDefault>table_name</RestrictionDefault> + <RestrictionNumber>2</RestrictionNumber> + </Restrictions> + <Restrictions> + <CollectionName>Indexes</CollectionName> + <RestrictionName>Name</RestrictionName> + <RestrictionDefault>index_name</RestrictionDefault> + <RestrictionNumber>3</RestrictionNumber> + </Restrictions> + <Restrictions> + <CollectionName>Functions</CollectionName> + <RestrictionName>Catalog</RestrictionName> + <RestrictionDefault>function_catalog</RestrictionDefault> + <RestrictionNumber>0</RestrictionNumber> + </Restrictions> + <Restrictions> + <CollectionName>Functions</CollectionName> + <RestrictionName>Schema</RestrictionName> + <RestrictionDefault>function_schema</RestrictionDefault> + <RestrictionNumber>1</RestrictionNumber> + </Restrictions> + <Restrictions> + <CollectionName>Functions</CollectionName> + <RestrictionName>Name</RestrictionName> + <RestrictionDefault>function_name</RestrictionDefault> + <RestrictionNumber>2</RestrictionNumber> + </Restrictions> + <Restrictions> + <CollectionName>PrimaryKeys</CollectionName> + <RestrictionName>Schema</RestrictionName> + <RestrictionDefault>table_catalog</RestrictionDefault> + <RestrictionNumber>0</RestrictionNumber> + </Restrictions> + <Restrictions> <CollectionName>PrimaryKeys</CollectionName> <RestrictionName>Schema</RestrictionName> <RestrictionDefault>table_schema</RestrictionDefault> - <RestrictionNumber>2</RestrictionNumber> + <RestrictionNumber>1</RestrictionNumber> </Restrictions> <Restrictions> <CollectionName>PrimaryKeys</CollectionName> <RestrictionName>Table</RestrictionName> <RestrictionDefault>table_name</RestrictionDefault> - <RestrictionNumber>3</RestrictionNumber> + <RestrictionNumber>2</RestrictionNumber> </Restrictions> <Restrictions> <CollectionName>Tables</CollectionName> @@ -342,7 +372,49 @@ <RestrictionDefault>table_type</RestrictionDefault> <RestrictionNumber>4</RestrictionNumber> </Restrictions> - <DataSourceInformation> + <Restrictions> + <CollectionName>Triggers</CollectionName> + <RestrictionName>TableCatalog</RestrictionName> + <RestrictionDefault>table_catalog</RestrictionDefault> + <RestrictionNumber>0</RestrictionNumber> + </Restrictions> + <Restrictions> + <CollectionName>Triggers</CollectionName> + <RestrictionName>TableSchema</RestrictionName> + <RestrictionDefault>table_schema</RestrictionDefault> + <RestrictionNumber>1</RestrictionNumber> + </Restrictions> + <Restrictions> + <CollectionName>Triggers</CollectionName> + <RestrictionName>TableName</RestrictionName> + <RestrictionDefault>table_name</RestrictionDefault> + <RestrictionNumber>2</RestrictionNumber> + </Restrictions> + <Restrictions> + <CollectionName>Triggers</CollectionName> + <RestrictionName>Name</RestrictionName> + <RestrictionDefault>trigger_name</RestrictionDefault> + <RestrictionNumber>3</RestrictionNumber> + </Restrictions> + <Restrictions> + <CollectionName>Views</CollectionName> + <RestrictionName>Catalog</RestrictionName> + <RestrictionDefault>view_catalog</RestrictionDefault> + <RestrictionNumber>0</RestrictionNumber> + </Restrictions> + <Restrictions> + <CollectionName>Views</CollectionName> + <RestrictionName>Schema</RestrictionName> + <RestrictionDefault>view_schema</RestrictionDefault> + <RestrictionNumber>1</RestrictionNumber> + </Restrictions> + <Restrictions> + <CollectionName>Views</CollectionName> + <RestrictionName>Name</RestrictionName> + <RestrictionDefault>view_name</RestrictionDefault> + <RestrictionNumber>2</RestrictionNumber> + </Restrictions> + <DataSourceInformation> <CompositeIdentifierSeparatorPattern>.</CompositeIdentifierSeparatorPattern> <DataSourceProductName>PostgreSQL</DataSourceProductName> <DataSourceProductVersion>7.4+</DataSourceProductVersion> Added: pgsqlclient/source/PostgreSql/Data/Schema/PgCheckConstraints.cs =================================================================== --- pgsqlclient/source/PostgreSql/Data/Schema/PgCheckConstraints.cs (rev 0) +++ pgsqlclient/source/PostgreSql/Data/Schema/PgCheckConstraints.cs 2006-03-17 15:13:10 UTC (rev 31) @@ -0,0 +1,75 @@ +/* + * PgSqlClient - ADO.NET Data Provider for PostgreSQL 7.4+ + * + * The contents of this file are subject to the Initial + * Developer's Public License Version 1.0 (the "License"); + * you may not use this file except in compliance with the + * License. + * + * Software distributed under the License is distributed on + * an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either + * express or implied. See the License for the specific + * language governing rights and limitations under the License. + * + * Copyright (c)... [truncated message content] |