[COMMITTERS] pginstaller - pginst: Prep for 8.3RC2

2008-01-18 Thread User Dpage
Log Message: --- Prep for 8.3RC2 Modified Files: -- pginst: RELEASE_PROCESS.txt (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/RELEASE_PROCESS.txt.diff?r1=1.1&r2=1.2) settings.projinc (r1.13 -> r1.14) (http:/

[COMMITTERS] npgsql - Npgsql2: Clone more properties, most importantly the

2008-01-18 Thread User Jbcooley
Log Message: --- Clone more properties, most importantly the parameters. Necessary for entity framework support. Modified Files: -- Npgsql2/src/Npgsql: NpgsqlCommand.cs (r1.12 -> r1.13) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsq

[COMMITTERS] npgsql - Npgsql2: do not prepend a : to the front of the parameter name

2008-01-18 Thread User Jbcooley
Log Message: --- do not prepend a : to the front of the parameter name when no marker is present. This keeps the name the same as it was set and is required for entity framework support. Modified Files: -- Npgsql2/src/Npgsql: NpgsqlCommand.cs (r1.13 -> r1.14)