Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(22) |
Sep
(22) |
Oct
(13) |
Nov
(34) |
Dec
(8) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2010 |
Jan
(13) |
Feb
(26) |
Mar
(6) |
Apr
(39) |
May
(14) |
Jun
(6) |
Jul
(17) |
Aug
(21) |
Sep
(2) |
Oct
(55) |
Nov
(58) |
Dec
(10) |
2011 |
Jan
(25) |
Feb
(27) |
Mar
(15) |
Apr
(29) |
May
(58) |
Jun
(126) |
Jul
(97) |
Aug
(39) |
Sep
(21) |
Oct
(17) |
Nov
(14) |
Dec
(6) |
2012 |
Jan
(8) |
Feb
(7) |
Mar
(23) |
Apr
(33) |
May
(37) |
Jun
(37) |
Jul
(12) |
Aug
(18) |
Sep
(13) |
Oct
(11) |
Nov
(6) |
Dec
(37) |
2013 |
Jan
(27) |
Feb
(5) |
Mar
(21) |
Apr
(52) |
May
(23) |
Jun
(7) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
|
1
(1) |
2
|
3
(1) |
4
(1) |
5
|
6
(1) |
7
|
8
(1) |
9
(3) |
10
|
11
(1) |
12
|
13
(1) |
14
|
15
|
16
|
17
|
18
|
19
|
20
(1) |
21
|
22
|
23
|
24
|
25
|
26
|
27
(7) |
28
(1) |
29
|
30
(1) |
31
(1) |
|
|
|
|
|
|
From: SourceForge.net <noreply@so...> - 2013-03-30 16:47:27
|
Bugs and Features item #3609343, was opened at 2013-03-28 03:35 Message generated for change (Comment added) made by jakubvrana You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1127745&aid=3609343&group_id=264133 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: PostgreSQL Group: 3.6.3 >Status: Closed >Resolution: Invalid Priority: 5 Private: No Submitted By: https://dascritch.com () Assigned to: Jakub Vrána (jakubvrana) Summary: SQL commands convert schema name ton lowercase Initial Comment: When i try to write SQL commands, schema name are systematically lowercased, but meaning the feedback inconsistant. Having a schema already created, named "TEST" (capitalized) I try « CREATE TABLE TEST.test_schema ( id integer ); » I got : « CREATE TABLE TEST.test_schema ( id integer ) Error in query: ERROR: schema "test" does not exist » but writing « create schema TEST; » leads to : « create schema TEST Query executed OK, 0 rows affected. (0.015 s) Edit » in fact, the credated schema is named "test" in lowercase. ---------------------------------------------------------------------- >Comment By: Jakub Vrána (jakubvrana) Date: 2013-03-30 09:47 Message: This doesn't look like Adminer bug. Adminer just passes the SQL command to the server. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1127745&aid=3609343&group_id=264133 |