Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bjijL-00038C-64 for pgadmin-hackers@arkaria.postgresql.org; Tue, 13 Sep 2016 08:06:11 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bjijK-0008Jb-P7 for pgadmin-hackers@arkaria.postgresql.org; Tue, 13 Sep 2016 08:06:10 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bjdCL-0005L4-HX for pgadmin-hackers@postgresql.org; Tue, 13 Sep 2016 02:11:45 +0000 Received: from mail-wm0-x22d.google.com ([2a00:1450:400c:c09::22d]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bjdCI-0006Po-21 for pgadmin-hackers@postgresql.org; Tue, 13 Sep 2016 02:11:43 +0000 Received: by mail-wm0-x22d.google.com with SMTP id b187so13094873wme.0 for ; Mon, 12 Sep 2016 19:11:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=360replays-com.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=RXr2NGrcgyci9WfYqpHNuEOqaaGhiQvpixriMd730fM=; b=zX2Cjpfeo9S2QKZSY7cUyis9IpeyM3g3mMf/h3ToXBinYSq3hg/6fspUDO7FgyUXeN 8e+y9+7U5qaCdKP2iQdv77P+0hy/c5h3tisu5l91SSz2ZdIy+Wy3tCLGIfE86IqZzgj6 wdHoc0NVtEtQp2oL1b9CmHEL39ZfHBAaV0lU//hP6L/pwDb1DZACsRxgCZPEYM98rbS4 vW07XzgtFGLoFItUCnvGWpUK2eW5gDl8G0DZ8TQegC4UqOjykpiGeKB1mirTtfZIj3Ny LXUUql/VRsCo5TWDUjFzSkLJjVkam4w+UuchwQlS3k1AY28pSj341brWZ+2vlhaF19zc 3vtQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=RXr2NGrcgyci9WfYqpHNuEOqaaGhiQvpixriMd730fM=; b=OY8bmfjUwFWCK4j+0s6kHDR9OWZTTpdonNsHtWFt+lckl4UhBJ37n0KRNE1A5FlDIn rrukU4aKiZp+VAhvM5dTAE1Xm0QGtGenqX7riSEN78t7Hjg7LsGMkuSEKkKumQo+o24k raUuVw63JvCcr1H1gBe6DwRAYwLjsjn2Ef8GXqYUo6vKYmJlkExtbrMh7OnIRjckstgY ogVbnWjR/gYJNHudA24aq4f/aJ18bKaCqQzKZ/dztK69PCHKfPDRLaNVZ+CIJdcp/3ht Q8sO3aSRSpVic/ImcbkrZUqMAybvrmht2pf8eXLhOCsFgO4ni9kUizfhdLKfY1jFrFws rOvg== X-Gm-Message-State: AE9vXwP8wT4AVesyd/lX+Q3RX/kjzZvMiUYlGilecRuSXpXCrhr/lO+4o+rfzUEkBR9Fx3nJPpgtXwKwuLjXFQ== X-Received: by 10.28.184.216 with SMTP id i207mr12671052wmf.63.1473732698612; Mon, 12 Sep 2016 19:11:38 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.174.213 with HTTP; Mon, 12 Sep 2016 19:11:38 -0700 (PDT) X-Originating-IP: [38.98.69.42] From: Michael Brown Date: Mon, 12 Sep 2016 19:11:38 -0700 Message-ID: Subject: PGAdmin 4 1.0-rc1 bugs To: pgadmin-hackers@postgresql.org Content-Type: multipart/alternative; boundary=001a114b88aafebb77053c5a21a5 X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org --001a114b88aafebb77053c5a21a5 Content-Type: text/plain; charset=UTF-8 Hey guys - I hope this is the right place to post bugs, if not yell at me (why aren't you guys using a bug tracker?) Bug #1 - if a database is recreated in a different connection, pgAdmin will crash when trying to access the database. (pgAdmin3 also does this). Bug #2 - Table columns are sorted alphabetically unlike pgAdmin3. This means determining INSERT order without specifying columns isn't possible without generating an INSERT script. This maybe should be preferenced as it's a behavior change. O/S: Windows 10 Professional 64 bit I can probably contribute fixes once I get some free runway, I'm not familiar with the codebase yet. -Michael --001a114b88aafebb77053c5a21a5 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hey guys - I hope this is the right place to post bugs, if= not yell at me (why aren't you guys using a bug tracker?)

Bug #1 - if a database is recreated in a different connection, pgAdm= in will crash when trying to access the database. (pgAdmin3 also does this)= .

Bug #2 - Table columns are sorted alphabetically= unlike pgAdmin3. This means determining INSERT order without specifying co= lumns isn't possible without generating an INSERT script. This maybe sh= ould be preferenced as it's a behavior change.

O/S: Windows 10 Professional 64 bit

I can probabl= y contribute fixes once I get some free runway, I'm not familiar with t= he codebase yet.

-Michael

--001a114b88aafebb77053c5a21a5--